Index: chrome/browser/fullscreen_win.cc |
diff --git a/chrome/browser/fullscreen_win.cc b/chrome/browser/fullscreen_win.cc |
index d5218d79610d88bc66bace4bc40ab89000b346c4..01b387ec9dc14667e6e254983a984f22c91e636f 100644 |
--- a/chrome/browser/fullscreen_win.cc |
+++ b/chrome/browser/fullscreen_win.cc |
@@ -10,10 +10,11 @@ |
#include "base/logging.h" |
#include "base/win/win_util.h" |
#include "base/win/windows_version.h" |
+#include "chrome/browser/ui/host_desktop.h" |
#if defined(USE_ASH) |
#include "ash/root_window_controller.h" |
-#include "chrome/browser/ui/host_desktop.h" |
+#include "ui/gfx/host_desktop_type.h" |
#endif |
static bool IsPlatformFullScreenMode() { |