| Index: ui/gl/test/gl_image_test_support.cc
|
| diff --git a/ui/gl/test/gl_image_test_support.cc b/ui/gl/test/gl_image_test_support.cc
|
| index be049be11f4dae79e32e982dc542118b74eb652c..460f48a5673bcaf0f456c78bc0ba3962d4ade228 100644
|
| --- a/ui/gl/test/gl_image_test_support.cc
|
| +++ b/ui/gl/test/gl_image_test_support.cc
|
| @@ -7,7 +7,6 @@
|
| #include <vector>
|
|
|
| #include "ui/gl/gl_implementation.h"
|
| -#include "ui/gl/init/gl_factory.h"
|
| #include "ui/gl/test/gl_surface_test_support.h"
|
|
|
| #if defined(USE_OZONE)
|
| @@ -33,7 +32,7 @@
|
|
|
| // static
|
| void GLImageTestSupport::CleanupGL() {
|
| - init::ClearGLBindings();
|
| + ClearGLBindings();
|
| }
|
|
|
| // static
|
|
|