Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
index c619aae83b4df2735f7dfc6654b0f66ffb38316e..23921539cd4922ee00aaf1e93f746d23aae336b1 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -14,6 +14,7 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/profiles/profile.h" |
+#include "chrome/browser/ui/host_desktop.h" |
#include "chrome/browser/ui/webui/metrics_handler.h" |
#include "chrome/browser/ui/webui/ntp/app_launcher_handler.h" |
#include "chrome/browser/ui/webui/ntp/core_app_launcher_handler.h" |
@@ -44,7 +45,7 @@ |
#endif |
#if defined(USE_ASH) |
-#include "chrome/browser/ui/host_desktop.h" |
+#include "ui/gfx/host_desktop_type.h" |
#endif |
using content::BrowserThread; |