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

Unified Diff: content/browser/browser_main_loop.h

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 | « components/exo/display_unittest.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 4ebf478bbb46bc32c2ee9f7dcd491f131c82bed5..f35fc3ff7877a5e36ab39f8ccbea9e8e4063a8a6 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -68,9 +68,9 @@ class NetworkChangeNotifier;
} // namespace net
#if defined(USE_OZONE)
-namespace ui {
+namespace gfx {
class ClientNativePixmapFactory;
-} // namespace ui
+} // namespace gfx
#endif
namespace content {
@@ -306,7 +306,7 @@ class CONTENT_EXPORT BrowserMainLoop {
std::unique_ptr<media::DeviceMonitorMac> device_monitor_mac_;
#endif
#if defined(USE_OZONE)
- std::unique_ptr<ui::ClientNativePixmapFactory> client_native_pixmap_factory_;
+ std::unique_ptr<gfx::ClientNativePixmapFactory> client_native_pixmap_factory_;
#endif
std::unique_ptr<LoaderDelegateImpl> loader_delegate_;
« no previous file with comments | « components/exo/display_unittest.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698