diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 01:18:33 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 01:18:33 +0000 |
commit | 210c7bed9de215f7c6e14dcd72ab6544ed68b303 (patch) | |
tree | d82e48faed86f67d3ca431e12fdc93398bba939a /sync/sessions/sync_session.h | |
parent | b2e87adc76ba5044838c70bc6d97975c2ef09119 (diff) | |
download | chromium_src-210c7bed9de215f7c6e14dcd72ab6544ed68b303.zip chromium_src-210c7bed9de215f7c6e14dcd72ab6544ed68b303.tar.gz chromium_src-210c7bed9de215f7c6e14dcd72ab6544ed68b303.tar.bz2 |
sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceInfo out of session_state.
This is in preparation for moving the snapshot et al to internal_api/public.
BUG=131130
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10545010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sessions/sync_session.h')
-rw-r--r-- | sync/sessions/sync_session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sessions/sync_session.h b/sync/sessions/sync_session.h index 1dfe78c..94148d1 100644 --- a/sync/sessions/sync_session.h +++ b/sync/sessions/sync_session.h @@ -29,6 +29,7 @@ #include "sync/sessions/session_state.h" #include "sync/sessions/status_controller.h" #include "sync/sessions/sync_session_context.h" +#include "sync/sessions/sync_session_snapshot.h" #include "sync/syncable/model_type.h" #include "sync/util/extensions_activity_monitor.h" |