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

Unified Diff: components/sync/engine/events/configure_get_updates_request_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/configure_get_updates_request_event.h
diff --git a/components/sync/engine/events/configure_get_updates_request_event.h b/components/sync/engine/events/configure_get_updates_request_event.h
index c60ed5155951f781b073cb51b4031ad23e9926d3..d0044990ac6d784b5609876e8a2e298ac30cdd24 100644
--- a/components/sync/engine/events/configure_get_updates_request_event.h
+++ b/components/sync/engine/events/configure_get_updates_request_event.h
@@ -11,14 +11,13 @@
#include "base/macros.h"
#include "base/time/time.h"
#include "base/values.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/engine/events/protocol_event.h"
#include "components/sync/protocol/sync.pb.h"
namespace syncer {
// An event representing a configure GetUpdates request to the server.
-class SYNC_EXPORT ConfigureGetUpdatesRequestEvent : public ProtocolEvent {
+class ConfigureGetUpdatesRequestEvent : public ProtocolEvent {
public:
ConfigureGetUpdatesRequestEvent(
base::Time timestamp,
« no previous file with comments | « components/sync/engine/events/commit_response_event.h ('k') | components/sync/engine/events/get_updates_response_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698