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

Unified Diff: ui/display/manager/chromeos/update_display_configuration_task.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/update_display_configuration_task.h
diff --git a/ui/display/manager/chromeos/update_display_configuration_task.h b/ui/display/manager/chromeos/update_display_configuration_task.h
index 32445437aeab8b23752d923074c29e6266fbb2bf..e040263c92ec171de49b29b97a86e0aa56d64378 100644
--- a/ui/display/manager/chromeos/update_display_configuration_task.h
+++ b/ui/display/manager/chromeos/update_display_configuration_task.h
@@ -14,7 +14,7 @@
#include "ui/display/manager/chromeos/configure_displays_task.h"
#include "ui/display/manager/chromeos/display_configurator.h"
-namespace ui {
+namespace display {
class DisplaySnapshot;
class NativeDisplayDelegate;
@@ -114,6 +114,6 @@ class DISPLAY_MANAGER_EXPORT UpdateDisplayConfigurationTask {
DISALLOW_COPY_AND_ASSIGN(UpdateDisplayConfigurationTask);
};
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_MANAGER_CHROMEOS_UPDATE_DISPLAY_CONFIGURATION_TASK_H_
« no previous file with comments | « ui/display/manager/chromeos/touchscreen_util.h ('k') | ui/display/manager/chromeos/update_display_configuration_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698