| 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(
|
|
|