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

Unified Diff: components/sync/android/sync_jni_registrar.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 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 | « components/sync/BUILD.gn ('k') | components/sync/api/attachments/attachment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/android/sync_jni_registrar.h
diff --git a/components/sync/android/sync_jni_registrar.h b/components/sync/android/sync_jni_registrar.h
index ba8dd055071790b826c3e070cb4956b2636a62bd..f0676c5150c93d56b1f9c06dc1124ca6024b9438 100644
--- a/components/sync/android/sync_jni_registrar.h
+++ b/components/sync/android/sync_jni_registrar.h
@@ -7,11 +7,10 @@
#include <jni.h>
-#include "components/sync/base/sync_export.h"
namespace syncer {
-SYNC_EXPORT bool RegisterSyncJni(JNIEnv* env);
+bool RegisterSyncJni(JNIEnv* env);
} // namespace syncer
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync/api/attachments/attachment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698