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

Unified Diff: base/android/jni_registrar.h

Issue 10392025: Fix forward-declaration of RegistrationMethod in jni_registrar.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed link Created 8 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698