Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5072)

Unified Diff: chrome/browser/fullscreen_win.cc

Issue 1336993002: Straighten up includes of host_desktop.h/host_desktop_type.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host_desktop_type
Patch Set: Build fixes for Windows and Mac Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/fullscreen_aurax11.cc ('k') | chrome/browser/lifetime/browser_close_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « chrome/browser/fullscreen_aurax11.cc ('k') | chrome/browser/lifetime/browser_close_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698