| 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
|
|
|