summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/DEPS
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-06-02 01:18:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-02 08:19:02 +0000
commitf54c4ca768c99e447186a9cbfc9e77cadc96e27a (patch)
tree26869d7003bc45825329137056848ab2e01c1d65 /components/enhanced_bookmarks/DEPS
parentb73b2de6a23e3220c79c6bb9e9f3a7b4dd20d2dd (diff)
downloadchromium_src-f54c4ca768c99e447186a9cbfc9e77cadc96e27a.zip
chromium_src-f54c4ca768c99e447186a9cbfc9e77cadc96e27a.tar.gz
chromium_src-f54c4ca768c99e447186a9cbfc9e77cadc96e27a.tar.bz2
Merge ChromeBookmarksServerClusterService with base class
Now that sync_driver::SyncService is available in //components/sync_driver we can merge ChromeBookmarksServerClusterService with its super class since child class was only there to abstract this problematic dependency. Rename the factory as ChromeBookmarkServerClusterService no longer exists. BUG=429756 Review URL: https://codereview.chromium.org/1162043005 Cr-Commit-Position: refs/heads/master@{#332356}
Diffstat (limited to 'components/enhanced_bookmarks/DEPS')
-rw-r--r--components/enhanced_bookmarks/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/DEPS b/components/enhanced_bookmarks/DEPS
index fd5c958..114b12c 100644
--- a/components/enhanced_bookmarks/DEPS
+++ b/components/enhanced_bookmarks/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+components/keyed_service",
"+components/pref_registry",
"+components/signin",
+ "+components/sync_driver",
"+google_apis/gaia",
"+jni",
"+net",