Index: ui/events/android/events_jni_registrar.h |
diff --git a/ui/gl/android/gl_jni_registrar.h b/ui/events/android/events_jni_registrar.h |
similarity index 53% |
copy from ui/gl/android/gl_jni_registrar.h |
copy to ui/events/android/events_jni_registrar.h |
index 3f028b7fb2672793fe0704ade31f2768a7cf9d75..8f13f26443a7a2de9ff380d73ce7a4c00b97407e 100644 |
--- a/ui/gl/android/gl_jni_registrar.h |
+++ b/ui/events/android/events_jni_registrar.h |
@@ -2,22 +2,24 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_GL_ANDROID_GL_JNI_REGISTRAR_H_ |
-#define UI_GL_ANDROID_GL_JNI_REGISTRAR_H_ |
+#ifndef UI_EVENTS_ANDROID_EVENTS_JNI_REGISTRAR_H_ |
+#define UI_EVENTS_ANDROID_EVENTS_JNI_REGISTRAR_H_ |
#include <jni.h> |
-#include "ui/gl/gl_export.h" |
+#include "ui/events/events_export.h" |
namespace ui { |
-namespace gl { |
+namespace events { |
namespace android { |
// Register all JNI bindings necessary for chrome. |
-GL_EXPORT bool RegisterJni(JNIEnv* env); |
+EVENTS_EXPORT bool RegisterJni(JNIEnv* env); |
David Trainor- moved to gerrit
2015/11/02 16:55:30
Who calls this?
|
} // namespace android |
-} // namespace gl |
+} // namespace events |
} // namespace ui |
-#endif // UI_GL_ANDROID_GL_JNI_REGISTRAR_H_ |
+ |
+ |
+#endif // UI_EVENTS_ANDROID_EVENTS_JNI_REGISTRAR_H_ |