summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/backend_migrator.cc
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 01:18:33 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 01:18:33 +0000
commit210c7bed9de215f7c6e14dcd72ab6544ed68b303 (patch)
treed82e48faed86f67d3ca431e12fdc93398bba939a /chrome/browser/sync/backend_migrator.cc
parentb2e87adc76ba5044838c70bc6d97975c2ef09119 (diff)
downloadchromium_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 'chrome/browser/sync/backend_migrator.cc')
-rw-r--r--chrome/browser/sync/backend_migrator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/backend_migrator.cc b/chrome/browser/sync/backend_migrator.cc
index e8eb407..258d774 100644
--- a/chrome/browser/sync/backend_migrator.cc
+++ b/chrome/browser/sync/backend_migrator.cc
@@ -14,7 +14,7 @@
#include "sync/internal_api/configure_reason.h"
#include "sync/internal_api/read_transaction.h"
#include "sync/protocol/sync.pb.h"
-#include "sync/sessions/session_state.h"
+#include "sync/syncable/syncable.h" // TODO(tim): Bug 131130.
using syncable::ModelTypeSet;