summaryrefslogtreecommitdiffstats
path: root/sync/test
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 /sync/test
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 'sync/test')
-rw-r--r--sync/test/engine/mock_connection_manager.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync/test/engine/mock_connection_manager.cc b/sync/test/engine/mock_connection_manager.cc
index fbb2d39..f3c8ccd 100644
--- a/sync/test/engine/mock_connection_manager.cc
+++ b/sync/test/engine/mock_connection_manager.cc
@@ -11,8 +11,9 @@
#include "base/location.h"
#include "base/stringprintf.h"
#include "sync/engine/syncer_proto_util.h"
-#include "sync/test/engine/test_id_factory.h"
#include "sync/protocol/bookmark_specifics.pb.h"
+#include "sync/syncable/syncable.h"
+#include "sync/test/engine/test_id_factory.h"
#include "testing/gtest/include/gtest/gtest.h"
using browser_sync::HttpResponse;