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

Unified Diff: ash/display/shutdown_observer_chromeos.cc

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « ash/display/shutdown_observer_chromeos.h ('k') | ash/display/window_tree_host_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/shutdown_observer_chromeos.cc
diff --git a/ash/display/shutdown_observer_chromeos.cc b/ash/display/shutdown_observer_chromeos.cc
index d1ddaa04b8ec0fe0f96a3b3421084af3e6a041e2..a29830b534fd1c341c729e34607c994651e569c8 100644
--- a/ash/display/shutdown_observer_chromeos.cc
+++ b/ash/display/shutdown_observer_chromeos.cc
@@ -10,7 +10,7 @@
namespace ash {
ShutdownObserver::ShutdownObserver(
- ui::DisplayConfigurator* display_configurator)
+ display::DisplayConfigurator* display_configurator)
: display_configurator_(display_configurator) {
WmShell::Get()->AddShellObserver(this);
}
« no previous file with comments | « ash/display/shutdown_observer_chromeos.h ('k') | ash/display/window_tree_host_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698