diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-06 13:15:17 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-06 13:15:17 +0000 |
commit | cf6dec3aaf278bd0102048c9d1e1869c957f3eb6 (patch) | |
tree | 1423957e417b817fbfc232fd1288a5b0d53b5c65 /chrome/browser | |
parent | 790aae08d87e585e3efe036f9e2e1fe7a5e501e4 (diff) | |
download | chromium_src-cf6dec3aaf278bd0102048c9d1e1869c957f3eb6.zip chromium_src-cf6dec3aaf278bd0102048c9d1e1869c957f3eb6.tar.gz chromium_src-cf6dec3aaf278bd0102048c9d1e1869c957f3eb6.tar.bz2 |
bookmarks: Remove the last dependency on c/b/prefs from DEPS file.
This was fixed when //components/user_prefs was introduced in r186301 -
https://chromiumcodereview.appspot.com/12340111/
BUG=144783
TEST=./tools/checkdeps/checkdeps.py - SUCCESS
R=joi@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12515003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/bookmarks/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS index 6985900..0fe5e56 100644 --- a/chrome/browser/bookmarks/DEPS +++ b/chrome/browser/bookmarks/DEPS @@ -19,7 +19,6 @@ include_rules = [ "!chrome/browser/history/query_parser.h", "!chrome/browser/history/snippet.h", "!chrome/browser/history/url_database.h", - "!chrome/browser/prefs/pref_registry_syncable.h", "!chrome/browser/profiles/profile.h", "!chrome/browser/profiles/profile_dependency_manager.h", "!chrome/browser/profiles/profile_keyed_service.h", |