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

Unified Diff: components/sync/engine_impl/sync_cycle_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_impl/sync_cycle_event.h
diff --git a/components/sync/engine_impl/sync_cycle_event.h b/components/sync/engine_impl/sync_cycle_event.h
index a3d51e73ae2a51ea827d883a7e88826549097949..53b99b3c65f5acb382cb6edf3c0b3fcebf5def82 100644
--- a/components/sync/engine_impl/sync_cycle_event.h
+++ b/components/sync/engine_impl/sync_cycle_event.h
@@ -5,14 +5,13 @@
#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
-#include "components/sync/base/sync_export.h"
#include "components/sync/sessions/sync_session_snapshot.h"
namespace syncer {
struct SyncProtocolError;
-struct SYNC_EXPORT SyncCycleEvent {
+struct SyncCycleEvent {
enum EventCause {
////////////////////////////////////////////////////////////////
// Sent on entry of Syncer state machine
« no previous file with comments | « components/sync/engine_impl/nudge_handler.h ('k') | components/sync/engine_impl/sync_engine_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698