summaryrefslogtreecommitdiffstats
path: root/sync/api
diff options
context:
space:
mode:
authorstanisc <stanisc@chromium.org>2015-12-03 13:38:40 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-03 21:40:19 +0000
commitc490a4d2c3b423494f54d169c538d641af4cca64 (patch)
treec2e9ff751655c32fc52781c997f40bd2ca9d09b9 /sync/api
parentb357b25045f5f8b8080fb26489287fe6af55a7b6 (diff)
downloadchromium_src-c490a4d2c3b423494f54d169c538d641af4cca64.zip
chromium_src-c490a4d2c3b423494f54d169c538d641af4cca64.tar.gz
chromium_src-c490a4d2c3b423494f54d169c538d641af4cca64.tar.bz2
USS: Introduce dependency of SharedModelTypeProcessor on ModelTypeService
BUG=561821 Review URL: https://codereview.chromium.org/1486363002 Cr-Commit-Position: refs/heads/master@{#363066}
Diffstat (limited to 'sync/api')
-rw-r--r--sync/api/model_type_service.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sync/api/model_type_service.h b/sync/api/model_type_service.h
index 6ae8bd3..f7ad9cd 100644
--- a/sync/api/model_type_service.h
+++ b/sync/api/model_type_service.h
@@ -13,12 +13,9 @@
#include "sync/api/entity_change.h"
#include "sync/api/entity_data.h"
#include "sync/api/model_type_change_processor.h"
+#include "sync/api/sync_error.h"
#include "sync/base/sync_export.h"
-namespace syncer {
-class SyncError;
-} // namespace syncer
-
namespace syncer_v2 {
class DataBatch;