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

Unified Diff: content/common/android/common_jni_registrar.h

Issue 11428122: Let content_unittests almost build with the components build on android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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 | « content/common/android/address_parser_internal.h ('k') | content/renderer/android/email_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/common_jni_registrar.h
diff --git a/content/common/android/common_jni_registrar.h b/content/common/android/common_jni_registrar.h
index fe2855d9e79b4902551c530f64b424e8afa1cfdd..3768bea620a92b1f390e6d35fa738240c151e47f 100644
--- a/content/common/android/common_jni_registrar.h
+++ b/content/common/android/common_jni_registrar.h
@@ -7,11 +7,13 @@
#include <jni.h>
+#include "content/common/content_export.h"
+
namespace content {
namespace android {
// Register all JNI bindings necessary for content browser.
-bool RegisterCommonJni(JNIEnv* env);
+CONTENT_EXPORT bool RegisterCommonJni(JNIEnv* env);
} // namespace android
} // namespace content
« no previous file with comments | « content/common/android/address_parser_internal.h ('k') | content/renderer/android/email_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698