summaryrefslogtreecommitdiffstats
path: root/sync/engine
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-10 23:26:38 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-10 23:26:38 +0000
commitb8868be64401bc3d035d2cb7df3ce44ebf60e1a5 (patch)
tree24292ec7d9a3a066a48fe2a06c7ddd0e199c584c /sync/engine
parentb940856bb0e3bc3731bd86fb77f1882faa1abc6e (diff)
downloadchromium_src-b8868be64401bc3d035d2cb7df3ce44ebf60e1a5.zip
chromium_src-b8868be64401bc3d035d2cb7df3ce44ebf60e1a5.tar.gz
chromium_src-b8868be64401bc3d035d2cb7df3ce44ebf60e1a5.tar.bz2
Remove most remaining sync/notifier dependencies
Removes most remaining dependencies from core sync/ files on sync/notifier/. There are some internal_api/public files that still reference sync/notifier. These will be dealt with after sync/notifer/ has been moved to components/invalidation/. BUG=259559 Review URL: https://codereview.chromium.org/377413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/engine')
-rw-r--r--sync/engine/DEPS1
-rw-r--r--sync/engine/sync_scheduler_impl.cc1
-rw-r--r--sync/engine/sync_scheduler_unittest.cc2
3 files changed, 0 insertions, 4 deletions
diff --git a/sync/engine/DEPS b/sync/engine/DEPS
index 6a46bae..cdc35af 100644
--- a/sync/engine/DEPS
+++ b/sync/engine/DEPS
@@ -1,7 +1,6 @@
include_rules = [
"+sync/base",
"+sync/internal_api/public",
- "+sync/notifier",
"+sync/protocol",
"+sync/sessions",
"+sync/syncable",
diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc
index c5629ba..4d38c21 100644
--- a/sync/engine/sync_scheduler_impl.cc
+++ b/sync/engine/sync_scheduler_impl.cc
@@ -16,7 +16,6 @@
#include "base/message_loop/message_loop.h"
#include "sync/engine/backoff_delay_provider.h"
#include "sync/engine/syncer.h"
-#include "sync/notifier/object_id_invalidation_map.h"
#include "sync/protocol/proto_enum_conversions.h"
#include "sync/protocol/sync.pb.h"
#include "sync/util/data_type_histogram.h"
diff --git a/sync/engine/sync_scheduler_unittest.cc b/sync/engine/sync_scheduler_unittest.cc
index 7cf7360..3a79d5c 100644
--- a/sync/engine/sync_scheduler_unittest.cc
+++ b/sync/engine/sync_scheduler_unittest.cc
@@ -13,8 +13,6 @@
#include "sync/engine/syncer.h"
#include "sync/internal_api/public/base/cancelation_signal.h"
#include "sync/internal_api/public/base/model_type_test_util.h"
-#include "sync/notifier/invalidation_util.h"
-#include "sync/notifier/object_id_invalidation_map.h"
#include "sync/sessions/test_util.h"
#include "sync/test/callback_counter.h"
#include "sync/test/engine/fake_model_worker.h"