| Index: ui/gl/gl_surface_egl.cc
|
| diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
|
| index 3d494680e9c19d8ca14aa921ed4124792ae44d2c..6cf381604319a8d88cf116241fd3f8c73df306a4 100644
|
| --- a/ui/gl/gl_surface_egl.cc
|
| +++ b/ui/gl/gl_surface_egl.cc
|
| @@ -34,7 +34,7 @@ extern "C" {
|
| #endif
|
|
|
| #if defined (USE_OZONE)
|
| -#include "ui/gfx/ozone/surface_factory_ozone.h"
|
| +#include "ui/ozone/public/surface_factory_ozone.h"
|
| #endif
|
|
|
| #if !defined(EGL_FIXED_SIZE_ANGLE)
|
| @@ -129,7 +129,7 @@ bool GLSurfaceEGL::InitializeOneOff() {
|
|
|
| #if defined(USE_OZONE)
|
| const EGLint* config_attribs =
|
| - SurfaceFactoryOzone::GetInstance()->GetEGLSurfaceProperties(
|
| + ui::SurfaceFactoryOzone::GetInstance()->GetEGLSurfaceProperties(
|
| kConfigAttribs);
|
| #else
|
| const EGLint* config_attribs = kConfigAttribs;
|
|
|