Index: base/android/jni_registrar.h |
diff --git a/base/android/jni_registrar.h b/base/android/jni_registrar.h |
index fb208891359db404db8fb68dd6c74c0cb2130ee3..ba8f074704609e051c0df5521ee8f36dd37b2bc1 100644 |
--- a/base/android/jni_registrar.h |
+++ b/base/android/jni_registrar.h |
@@ -11,7 +11,7 @@ |
namespace base { |
namespace android { |
-class RegistrationMethod; |
+struct RegistrationMethod; |
// Registers the JNI bindings for the specified |method| definition containing |
// |count| elements. Returns whether the registration of the given methods |