| Index: chrome/test/base/interactive_test_utils_win.cc
|
| diff --git a/chrome/test/base/interactive_test_utils_win.cc b/chrome/test/base/interactive_test_utils_win.cc
|
| index 4ab9b832850a54f307801babf44226f365c03434..610f122b8569a51993ee1edbcdd926c46b8b52e1 100644
|
| --- a/chrome/test/base/interactive_test_utils_win.cc
|
| +++ b/chrome/test/base/interactive_test_utils_win.cc
|
| @@ -21,7 +21,7 @@ namespace ui_test_utils {
|
|
|
| void HideNativeWindow(gfx::NativeWindow window) {
|
| if (chrome::GetHostDesktopTypeForNativeWindow(window) ==
|
| - chrome::HOST_DESKTOP_TYPE_ASH) {
|
| + ui::HOST_DESKTOP_TYPE_ASH) {
|
| HideNativeWindowAura(window);
|
| return;
|
| }
|
| @@ -31,7 +31,7 @@ void HideNativeWindow(gfx::NativeWindow window) {
|
|
|
| bool ShowAndFocusNativeWindow(gfx::NativeWindow window) {
|
| if (chrome::GetHostDesktopTypeForNativeWindow(window) ==
|
| - chrome::HOST_DESKTOP_TYPE_ASH)
|
| + ui::HOST_DESKTOP_TYPE_ASH)
|
| ShowAndFocusNativeWindowAura(window);
|
| window->Show();
|
| // Always make sure the window hosting ash is visible and focused.
|
|
|