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

Unified Diff: ui/gfx/client_native_pixmap_factory.cc

Issue 2768343002: Change namespace from ui to gfx for NativePixmap related code (Closed)
Patch Set: Addressed sadrul's remark Created 3 years, 9 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/gfx/client_native_pixmap_factory.h ('k') | ui/gfx/native_pixmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/client_native_pixmap_factory.cc
diff --git a/ui/gfx/client_native_pixmap_factory.cc b/ui/gfx/client_native_pixmap_factory.cc
index 447fa3547e518236774d3a33989dcbc4a7839954..37d3306c887e117392e4168c91bf952d26d98948 100644
--- a/ui/gfx/client_native_pixmap_factory.cc
+++ b/ui/gfx/client_native_pixmap_factory.cc
@@ -4,7 +4,7 @@
#include "ui/gfx/client_native_pixmap_factory.h"
-namespace ui {
+namespace gfx {
namespace {
@@ -29,4 +29,4 @@ ClientNativePixmapFactory::ClientNativePixmapFactory() {}
ClientNativePixmapFactory::~ClientNativePixmapFactory() {}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/client_native_pixmap_factory.h ('k') | ui/gfx/native_pixmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698