| Index: services/ui/service.cc
|
| diff --git a/services/ui/service.cc b/services/ui/service.cc
|
| index 1291d5f6b1690572a889295f5ed5d8fba8f85bf5..9b4991dccf24dc8da486b75fe3262e2e7667b548 100644
|
| --- a/services/ui/service.cc
|
| +++ b/services/ui/service.cc
|
| @@ -171,10 +171,10 @@ void Service::OnStart() {
|
| ui::KeyboardLayoutEngineManager::GetKeyboardLayoutEngine()
|
| ->SetCurrentLayoutByName("us");
|
| client_native_pixmap_factory_ = ui::CreateClientNativePixmapFactoryOzone();
|
| - ui::ClientNativePixmapFactory::SetInstance(
|
| + gfx::ClientNativePixmapFactory::SetInstance(
|
| client_native_pixmap_factory_.get());
|
|
|
| - DCHECK(ui::ClientNativePixmapFactory::GetInstance());
|
| + DCHECK(gfx::ClientNativePixmapFactory::GetInstance());
|
| #endif
|
|
|
| // TODO(rjkroege): Enter sandbox here before we start threads in GpuState
|
|
|