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

Unified Diff: components/sync/core_impl/model_type_connector_proxy.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
Index: components/sync/core_impl/model_type_connector_proxy.h
diff --git a/components/sync/core_impl/model_type_connector_proxy.h b/components/sync/core_impl/model_type_connector_proxy.h
index b832cabc7bf73e4a3257da39735b57815f4ddfa1..f71f65b2cd2930793840fe0ae12bcc35bb8d1769 100644
--- a/components/sync/core_impl/model_type_connector_proxy.h
+++ b/components/sync/core_impl/model_type_connector_proxy.h
@@ -10,7 +10,6 @@
#include "base/memory/weak_ptr.h"
#include "base/sequenced_task_runner.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/model_type_connector.h"
namespace syncer_v2 {
@@ -18,7 +17,7 @@ namespace syncer_v2 {
// Proxies all ModelTypeConnector calls to another thread. Typically used by
// the SyncBackend to call from the UI thread to the real ModelTypeConnector on
// the sync thread.
-class SYNC_EXPORT ModelTypeConnectorProxy : public ModelTypeConnector {
+class ModelTypeConnectorProxy : public ModelTypeConnector {
public:
ModelTypeConnectorProxy(
const scoped_refptr<base::SequencedTaskRunner>& task_runner,
« no previous file with comments | « components/sync/core_impl/js_sync_manager_observer.h ('k') | components/sync/core_impl/protocol_event_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698