| Index: ui/gl/gl_bindings_autogen_glx.h
|
| diff --git a/ui/gl/gl_bindings_autogen_glx.h b/ui/gl/gl_bindings_autogen_glx.h
|
| index fe2ae416debb98496b47ceb6253f7cacdf45d55f..f9675b25cd981a1065001d4e006536acd6316ec2 100644
|
| --- a/ui/gl/gl_bindings_autogen_glx.h
|
| +++ b/ui/gl/gl_bindings_autogen_glx.h
|
| @@ -8,8 +8,8 @@
|
| // clang-format -i -style=chromium filename
|
| // DO NOT EDIT!
|
|
|
| -#ifndef UI_GFX_GL_GL_BINDINGS_AUTOGEN_GLX_H_
|
| -#define UI_GFX_GL_GL_BINDINGS_AUTOGEN_GLX_H_
|
| +#ifndef UI_GL_GL_BINDINGS_AUTOGEN_GLX_H_
|
| +#define UI_GL_GL_BINDINGS_AUTOGEN_GLX_H_
|
|
|
| namespace gfx {
|
|
|
| @@ -421,4 +421,4 @@ class GL_EXPORT GLXApi {
|
| #define glXWaitVideoSyncSGI ::gfx::g_current_glx_context->glXWaitVideoSyncSGIFn
|
| #define glXWaitX ::gfx::g_current_glx_context->glXWaitXFn
|
|
|
| -#endif // UI_GFX_GL_GL_BINDINGS_AUTOGEN_GLX_H_
|
| +#endif // UI_GL_GL_BINDINGS_AUTOGEN_GLX_H_
|
|
|