summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/backend_migrator_unittest.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_unittest.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_unittest.cc')
-rw-r--r--chrome/browser/sync/backend_migrator_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/sync/backend_migrator_unittest.cc b/chrome/browser/sync/backend_migrator_unittest.cc
index 0b17e26..aad46d9 100644
--- a/chrome/browser/sync/backend_migrator_unittest.cc
+++ b/chrome/browser/sync/backend_migrator_unittest.cc
@@ -12,7 +12,6 @@
#include "sync/internal_api/test_user_share.h"
#include "sync/internal_api/write_transaction.h"
#include "sync/protocol/sync.pb.h"
-#include "sync/sessions/session_state.h"
#include "sync/syncable/model_type_test_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"