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

Unified Diff: components/sync/sessions/model_neutral_state.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/sessions/commit_counters.h ('k') | components/sync/sessions/status_counters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/sessions/model_neutral_state.h
diff --git a/components/sync/sessions/model_neutral_state.h b/components/sync/sessions/model_neutral_state.h
index c1632cf218008a8278a71b235da3eefc2b85e056..660948d8406522662c89c52e8f2833ecb3ed49bd 100644
--- a/components/sync/sessions/model_neutral_state.h
+++ b/components/sync/sessions/model_neutral_state.h
@@ -6,7 +6,6 @@
#define COMPONENTS_SYNC_SESSIONS_MODEL_NEUTRAL_STATE_H_
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/syncer_error.h"
#include "components/sync/protocol/sync.pb.h"
@@ -17,7 +16,7 @@ namespace sessions {
// components of the global grouping can internally implement finer grained
// scope control, but the top level entity is still a singleton with respect to
// model types.
-struct SYNC_EXPORT ModelNeutralState {
+struct ModelNeutralState {
ModelNeutralState();
ModelNeutralState(const ModelNeutralState& other);
~ModelNeutralState();
@@ -58,7 +57,7 @@ struct SYNC_EXPORT ModelNeutralState {
bool items_committed;
};
-SYNC_EXPORT bool HasSyncerError(const ModelNeutralState& state);
+bool HasSyncerError(const ModelNeutralState& state);
} // namespace sessions
} // namespace syncer
« no previous file with comments | « components/sync/sessions/commit_counters.h ('k') | components/sync/sessions/status_counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698