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

Unified Diff: components/sync/engine_impl/update_handler.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_impl/syncer_util.h ('k') | components/sync/engine_impl/worker_entity_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/update_handler.h
diff --git a/components/sync/engine_impl/update_handler.h b/components/sync/engine_impl/update_handler.h
index 01db6190acf8c62610fc90f5e8f4466d05b62c02..df3b6e13f51d411eb3eb7b33e8c23f1d33a38778 100644
--- a/components/sync/engine_impl/update_handler.h
+++ b/components/sync/engine_impl/update_handler.h
@@ -7,7 +7,6 @@
#include <vector>
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/syncer_error.h"
namespace sync_pb {
@@ -28,7 +27,7 @@ class ModelSafeWorker;
// This class represents an entity that can request, receive, and apply updates
// from the sync server.
-class SYNC_EXPORT UpdateHandler {
+class UpdateHandler {
public:
UpdateHandler();
virtual ~UpdateHandler() = 0;
« no previous file with comments | « components/sync/engine_impl/syncer_util.h ('k') | components/sync/engine_impl/worker_entity_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698