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

Unified Diff: components/sync/sessions/sync_session_snapshot.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/status_counters.h ('k') | components/sync/sessions/type_debug_info_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/sessions/sync_session_snapshot.h
diff --git a/components/sync/sessions/sync_session_snapshot.h b/components/sync/sessions/sync_session_snapshot.h
index 9ff4d7cb905a66b7c22d0a189eba7072a5e66cb4..2a21d83123e2212f73c2431a0b82c875b769fd1a 100644
--- a/components/sync/sessions/sync_session_snapshot.h
+++ b/components/sync/sessions/sync_session_snapshot.h
@@ -13,7 +13,6 @@
#include "base/time/time.h"
#include "components/sync/base/model_type.h"
#include "components/sync/base/progress_marker_map.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/sessions/model_neutral_state.h"
namespace base {
@@ -28,7 +27,7 @@ namespace sessions {
// TODO(zea): if copying this all over the place starts getting expensive,
// consider passing around immutable references instead of values.
// Default copy and assign welcome.
-class SYNC_EXPORT SyncSessionSnapshot {
+class SyncSessionSnapshot {
public:
SyncSessionSnapshot();
SyncSessionSnapshot(
« no previous file with comments | « components/sync/sessions/status_counters.h ('k') | components/sync/sessions/type_debug_info_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698