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

Unified Diff: services/ui/service.h

Issue 2768343002: Change namespace from ui to gfx for NativePixmap related code (Closed)
Patch Set: Fix build 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
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index baf4405f134c91313ea61a9167f711277d189689..1b83c7d4b4de1eddd7a3b2fab8504f8fa6ac907a 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -181,7 +181,7 @@ class Service
bool test_config_;
#if defined(USE_OZONE)
- std::unique_ptr<ui::ClientNativePixmapFactory> client_native_pixmap_factory_;
+ std::unique_ptr<gfx::ClientNativePixmapFactory> client_native_pixmap_factory_;
#endif
// Manages display hardware and handles display management. May register Mojo

Powered by Google App Engine
This is Rietveld 408576698