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

Unified Diff: components/autofill/browser/android/component_jni_registrar.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 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: components/autofill/browser/android/component_jni_registrar.h
diff --git a/components/autofill/browser/android/component_jni_registrar.h b/components/autofill/browser/android/component_jni_registrar.h
index 18709227ba45142bf47aa54b2018319d8620502b..46446eb11eb8b4bbb56e19f19c94f67943225bc8 100644
--- a/components/autofill/browser/android/component_jni_registrar.h
+++ b/components/autofill/browser/android/component_jni_registrar.h
@@ -7,11 +7,13 @@
#include <jni.h>
+#include "components/autofill/common/autofill_export.h"
+
namespace autofill {
// Register all JNI bindings necessary for the autofill
// component.
-bool RegisterAutofillAndroidJni(JNIEnv* env);
+AUTOFILL_EXPORT bool RegisterAutofillAndroidJni(JNIEnv* env);
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698