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); |