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

Unified Diff: ash/display/shutdown_observer_chromeos.h

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/projecting_observer_chromeos_unittest.cc ('k') | ash/display/shutdown_observer_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/shutdown_observer_chromeos.h
diff --git a/ash/display/shutdown_observer_chromeos.h b/ash/display/shutdown_observer_chromeos.h
index 934b012db6230c1f5af5c39d0fea58a3595ba7f4..454eb40ee01aac690b37b4387b0c6a458ba30584 100644
--- a/ash/display/shutdown_observer_chromeos.h
+++ b/ash/display/shutdown_observer_chromeos.h
@@ -8,7 +8,7 @@
#include "ash/common/shell_observer.h"
#include "base/macros.h"
-namespace ui {
+namespace display {
class DisplayConfigurator;
}
@@ -18,14 +18,14 @@ namespace ash {
// |display_configurator_|.
class ShutdownObserver : public ShellObserver {
public:
- explicit ShutdownObserver(ui::DisplayConfigurator* display_configurator);
+ explicit ShutdownObserver(display::DisplayConfigurator* display_configurator);
~ShutdownObserver() override;
private:
// ShellObserver:
void OnAppTerminating() override;
- ui::DisplayConfigurator* display_configurator_;
+ display::DisplayConfigurator* display_configurator_;
DISALLOW_COPY_AND_ASSIGN(ShutdownObserver);
};
« no previous file with comments | « ash/display/projecting_observer_chromeos_unittest.cc ('k') | ash/display/shutdown_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698