Index: chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc |
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc |
index 4733461f71a879777e3b7ff254e6c1f65afb8dfd..24790a8e1832e1f1c26b03db0933e89333db2c13 100644 |
--- a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc |
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc |
@@ -83,7 +83,7 @@ void AppListControllerDelegateImpl::CreateNewWindow(Profile* profile, |
bool incognito) { |
Profile* window_profile = incognito ? |
profile->GetOffTheRecordProfile() : profile; |
- chrome::NewEmptyWindow(window_profile, chrome::HOST_DESKTOP_TYPE_NATIVE); |
+ chrome::NewEmptyWindow(window_profile, ui::HOST_DESKTOP_TYPE_NATIVE); |
} |
void AppListControllerDelegateImpl::OpenURL(Profile* profile, |