| // Copyright 2019 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef ASH_WM_PIP_PIP_TEST_UTILS_H_ | |
| #define ASH_WM_PIP_PIP_TEST_UTILS_H_ | |
| namespace ash { | |
| void ForceHideShelvesForTest(); | |
| } // namespace ash | |
| #endif // ASH_WM_PIP_PIP_TEST_UTILS_H_ |