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

Unified Diff: ui/display/types/display_mode.cc

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_mode.h ('k') | ui/display/types/display_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_mode.cc
diff --git a/ui/display/types/display_mode.cc b/ui/display/types/display_mode.cc
index a1f615af0254e81047d0be1c8fd1dc87885b4b81..6d43caa5638406c5e43a4b7003d0e491db066715 100644
--- a/ui/display/types/display_mode.cc
+++ b/ui/display/types/display_mode.cc
@@ -7,7 +7,7 @@
#include "base/memory/ptr_util.h"
#include "base/strings/stringprintf.h"
-namespace ui {
+namespace display {
DisplayMode::DisplayMode(const gfx::Size& size,
bool interlaced,
@@ -36,4 +36,4 @@ void PrintTo(const DisplayMode& mode, std::ostream* os) {
*os << mode.ToString();
}
-} // namespace ui
+} // namespace display
« no previous file with comments | « ui/display/types/display_mode.h ('k') | ui/display/types/display_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698