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

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

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Fix missed references. Created 3 years, 12 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/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

Powered by Google App Engine
This is Rietveld 408576698