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

Unified Diff: base/android/base_jni_registrar.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 years, 1 month 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 | base/android/jni_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/base_jni_registrar.h
diff --git a/base/android/base_jni_registrar.h b/base/android/base_jni_registrar.h
index 678a3f3842775332ae66026906798e69b6112137..fdaf5f2c6cd7966dc77a426257888b4b46c38e6c 100644
--- a/base/android/base_jni_registrar.h
+++ b/base/android/base_jni_registrar.h
@@ -7,11 +7,13 @@
#include <jni.h>
+#include "base/base_export.h"
+
namespace base {
namespace android {
// Register all JNI bindings necessary for base.
-bool RegisterJni(JNIEnv* env);
+BASE_EXPORT bool RegisterJni(JNIEnv* env);
} // namespace android
} // namespace base
« no previous file with comments | « no previous file | base/android/jni_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698