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

Unified Diff: ui/display/types/display_constants.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 | « ui/display/test/test_screen.h ('k') | ui/display/types/display_mode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_constants.h
diff --git a/ui/display/types/display_constants.h b/ui/display/types/display_constants.h
index f58d72e46178e8680f3ba7f8e9f6d27b9c8677d1..c5f68500ec9ce4c713dc13457d129cbcb8d176bf 100644
--- a/ui/display/types/display_constants.h
+++ b/ui/display/types/display_constants.h
@@ -13,10 +13,6 @@ namespace display {
// before display IDs are known.
constexpr int64_t kInvalidDisplayId = -1;
-} // namespace display
-
-namespace ui {
-
// Used to describe the state of a multi-display configuration.
enum MultipleDisplayState {
MULTIPLE_DISPLAY_STATE_INVALID,
@@ -70,6 +66,6 @@ enum ColorCalibrationProfile {
NUM_COLOR_PROFILES,
};
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_TYPES_DISPLAY_CONSTANTS_H_
« no previous file with comments | « ui/display/test/test_screen.h ('k') | ui/display/types/display_mode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698