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

Unified Diff: ui/events/android/events_jni_registrar.h

Issue 1430623004: blimp: Add support for input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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
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_

Powered by Google App Engine
This is Rietveld 408576698