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

Unified Diff: ui/display/types/display_snapshot.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_snapshot.h ('k') | ui/display/types/fake_display_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_snapshot.cc
diff --git a/ui/display/types/display_snapshot.cc b/ui/display/types/display_snapshot.cc
index 67e4b3087a3578cfcc9e4a875e4f960af3a59183..e3ecd4b21bce31278d77a72445cc10dcd3cf35a9 100644
--- a/ui/display/types/display_snapshot.cc
+++ b/ui/display/types/display_snapshot.cc
@@ -6,7 +6,7 @@
#include <algorithm>
-namespace ui {
+namespace display {
namespace {
@@ -60,4 +60,4 @@ gfx::BufferFormat DisplaySnapshot::PrimaryFormat() {
return gfx::BufferFormat::BGRX_8888;
}
-} // namespace ui
+} // namespace display
« no previous file with comments | « ui/display/types/display_snapshot.h ('k') | ui/display/types/fake_display_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698