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

Unified Diff: ui/gl/android/gl_jni_registrar.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 | « no previous file | ui/gl/gl_egl_api_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/android/gl_jni_registrar.h
diff --git a/ui/gl/android/gl_jni_registrar.h b/ui/gl/android/gl_jni_registrar.h
index 468557c3e79d888688fe9629b7b3fa6f45316036..3f028b7fb2672793fe0704ade31f2768a7cf9d75 100644
--- a/ui/gl/android/gl_jni_registrar.h
+++ b/ui/gl/android/gl_jni_registrar.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_ANDROID_UI_JNI_REGISTRAR_H_
-#define UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
+#ifndef UI_GL_ANDROID_GL_JNI_REGISTRAR_H_
+#define UI_GL_ANDROID_GL_JNI_REGISTRAR_H_
#include <jni.h>
@@ -20,4 +20,4 @@ GL_EXPORT bool RegisterJni(JNIEnv* env);
} // namespace gl
} // namespace ui
-#endif // UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
+#endif // UI_GL_ANDROID_GL_JNI_REGISTRAR_H_
« no previous file with comments | « no previous file | ui/gl/gl_egl_api_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698