| Index: chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| index 00e8c7379ed6a1c4c18ac5bd400f9cad9a12356a..333067e4efbd470fa19ab67fda22afd69068073c 100644
|
| --- a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| @@ -17,7 +17,7 @@ namespace {
|
|
|
| bool ControlsWindow(aura::Window* window) {
|
| return chrome::GetHostDesktopTypeForNativeWindow(window) ==
|
| - chrome::HOST_DESKTOP_TYPE_ASH;
|
| + ui::HOST_DESKTOP_TYPE_ASH;
|
| }
|
|
|
| } // namespace
|
|
|