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

Unified Diff: ui/display/manager/chromeos/display_layout_manager.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
Index: ui/display/manager/chromeos/display_layout_manager.h
diff --git a/ui/display/manager/chromeos/display_layout_manager.h b/ui/display/manager/chromeos/display_layout_manager.h
index f99bb65feed7f686de29e599112f2bf0781ee39d..f6cb591007c98a51c6fea278cb655bbec1930a2f 100644
--- a/ui/display/manager/chromeos/display_layout_manager.h
+++ b/ui/display/manager/chromeos/display_layout_manager.h
@@ -11,7 +11,7 @@
#include "ui/display/manager/chromeos/display_configurator.h"
#include "ui/display/types/display_constants.h"
-namespace ui {
+namespace display {
struct DisplayConfigureRequest;
class DisplaySnapshot;
@@ -46,6 +46,6 @@ class DisplayLayoutManager {
virtual bool IsMirroring() const = 0;
};
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
« no previous file with comments | « ui/display/manager/chromeos/display_configurator_unittest.cc ('k') | ui/display/manager/chromeos/display_snapshot_virtual.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698