Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: ui/gl/gl_osmesa_api_implementation.h

Issue 107543005: Fix ifndef name and filename mismatches in ui/gl/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_glx_api_implementation.h ('k') | ui/gl/gl_wgl_api_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_osmesa_api_implementation.h
diff --git a/ui/gl/gl_osmesa_api_implementation.h b/ui/gl/gl_osmesa_api_implementation.h
index 9d00b126680b1d08f9818e8c9d4f0f38aac782ea..c09da851850e94027ee49b3ff9585819ebf494d6 100644
--- a/ui/gl/gl_osmesa_api_implementation.h
+++ b/ui/gl/gl_osmesa_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_OSMESA_API_IMPLEMENTATION_H_
-#define UI_GL_OSMESA_API_IMPLEMENTATION_H_
+#ifndef UI_GL_GL_OSMESA_API_IMPLEMENTATION_H_
+#define UI_GL_GL_OSMESA_API_IMPLEMENTATION_H_
#include "base/compiler_specific.h"
#include "ui/gl/gl_bindings.h"
@@ -57,7 +57,7 @@ class GL_EXPORT TraceOSMESAApi : public OSMESAApi {
} // namespace gfx
-#endif // UI_GL_OSMESA_API_IMPLEMENTATION_H_
+#endif // UI_GL_GL_OSMESA_API_IMPLEMENTATION_H_
« no previous file with comments | « ui/gl/gl_glx_api_implementation.h ('k') | ui/gl/gl_wgl_api_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698