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

Unified Diff: ui/display/types/display_mode.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/types/display_constants.h ('k') | ui/display/types/display_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_mode.h
diff --git a/ui/display/types/display_mode.h b/ui/display/types/display_mode.h
index 53fc0adb3c2117d34b5b120c8fa85aadda654583..0b972d5f497a8288007c0d154c74ca982964f31f 100644
--- a/ui/display/types/display_mode.h
+++ b/ui/display/types/display_mode.h
@@ -13,7 +13,7 @@
#include "ui/display/types/display_types_export.h"
#include "ui/gfx/geometry/size.h"
-namespace ui {
+namespace display {
// This class represents the basic information for a native mode. Platforms will
// extend this class to add platform specific information about the mode.
@@ -40,6 +40,6 @@ class DISPLAY_TYPES_EXPORT DisplayMode {
// Used to by gtest to print readable errors.
DISPLAY_TYPES_EXPORT void PrintTo(const DisplayMode& mode, std::ostream* os);
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_TYPES_DISPLAY_MODE_H_
« no previous file with comments | « ui/display/types/display_constants.h ('k') | ui/display/types/display_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698