| Index: ui/gl/gl_egl_api_implementation.h
|
| diff --git a/ui/gl/gl_egl_api_implementation.h b/ui/gl/gl_egl_api_implementation.h
|
| index 96860cf30b03e9fc5d13570fd1c47f5aa702e157..5b76f0255166049f6c044e72d649a67e4ca446dd 100644
|
| --- a/ui/gl/gl_egl_api_implementation.h
|
| +++ b/ui/gl/gl_egl_api_implementation.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GL_EGL_API_IMPLEMENTATION_H_
|
| -#define UI_GL_EGL_API_IMPLEMENTATION_H_
|
| +#ifndef UI_GL_GL_EGL_API_IMPLEMENTATION_H_
|
| +#define UI_GL_GL_EGL_API_IMPLEMENTATION_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "gl_bindings.h"
|
| @@ -60,7 +60,7 @@ class GL_EXPORT TraceEGLApi : public EGLApi {
|
|
|
| } // namespace gfx
|
|
|
| -#endif // UI_GL_EGL_API_IMPLEMENTATION_H_
|
| +#endif // UI_GL_GL_EGL_API_IMPLEMENTATION_H_
|
|
|
|
|
|
|
|
|