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

Unified Diff: components/sync/engine/events/protocol_event.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/engine/events/protocol_event.h
diff --git a/components/sync/engine/events/protocol_event.h b/components/sync/engine/events/protocol_event.h
index 41a06acdf153ec99c51bd80a78d424b0c37baac9..ba767e1f69f494cafed32427ae058220c70eeee7 100644
--- a/components/sync/engine/events/protocol_event.h
+++ b/components/sync/engine/events/protocol_event.h
@@ -10,7 +10,6 @@
#include "base/time/time.h"
#include "base/values.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -28,7 +27,7 @@ namespace syncer {
// its own custom serialization routines. For example, the "configure"
// GetUpdates request will include information about its "origin" in its debug
// info.
-class SYNC_EXPORT ProtocolEvent {
+class ProtocolEvent {
public:
ProtocolEvent();
virtual ~ProtocolEvent();
« no previous file with comments | « components/sync/engine/events/poll_get_updates_request_event.h ('k') | components/sync/engine/model_safe_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698