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

Unified Diff: components/sync/engine_impl/apply_control_data_updates.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/engine/sync_status.h ('k') | components/sync/engine_impl/backoff_delay_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/apply_control_data_updates.h
diff --git a/components/sync/engine_impl/apply_control_data_updates.h b/components/sync/engine_impl/apply_control_data_updates.h
index 868eb153917d2ac6e2f149d4e015337b22becd68..29a2c8a8ac955ffe53dc0b70cac0fd4228fd72e6 100644
--- a/components/sync/engine_impl/apply_control_data_updates.h
+++ b/components/sync/engine_impl/apply_control_data_updates.h
@@ -5,8 +5,6 @@
#ifndef COMPONENTS_SYNC_ENGINE_IMPL_APPLY_CONTROL_DATA_UPDATES_H_
#define COMPONENTS_SYNC_ENGINE_IMPL_APPLY_CONTROL_DATA_UPDATES_H_
-#include "components/sync/base/sync_export.h"
-
namespace syncer {
class Cryptographer;
@@ -17,7 +15,7 @@ class MutableEntry;
class WriteTransaction;
}
-SYNC_EXPORT void ApplyControlDataUpdates(syncable::Directory* dir);
+void ApplyControlDataUpdates(syncable::Directory* dir);
void ApplyNigoriUpdate(syncable::WriteTransaction* trans,
syncable::MutableEntry* const entry,
Cryptographer* cryptographer);
« no previous file with comments | « components/sync/engine/sync_status.h ('k') | components/sync/engine_impl/backoff_delay_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698