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

Unified Diff: chrome/browser/ui/ash/ash_init.cc

Issue 10675011: Rename the remaining usage of Monitor to Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 6 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
Index: chrome/browser/ui/ash/ash_init.cc
diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
index 5bf0b0a923baf2aed36ab9a53c445573579620b1..97f6f16c2ec401796e1d1cce86ea87ff9f8c3fe0 100644
--- a/chrome/browser/ui/ash/ash_init.cc
+++ b/chrome/browser/ui/ash/ash_init.cc
@@ -21,7 +21,7 @@
#include "chrome/common/chrome_switches.h"
#include "ui/aura/aura_switches.h"
#include "ui/aura/env.h"
-#include "ui/aura/monitor_manager.h"
+#include "ui/aura/display_manager.h"
#include "ui/aura/root_window.h"
#include "ui/compositor/compositor_setup.h"
@@ -54,7 +54,7 @@ void OpenAsh() {
#endif
if (use_fullscreen) {
- aura::MonitorManager::set_use_fullscreen_host_window(true);
+ aura::DisplayManager::set_use_fullscreen_host_window(true);
#if defined(OS_CHROMEOS)
aura::RootWindow::set_hide_host_cursor(true);
// Hide the mouse cursor completely at boot.
« no previous file with comments | « chrome/browser/chromeos/power/output_observer.cc ('k') | chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698