diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-20 23:33:40 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-20 23:33:40 +0000 |
commit | 0dd6f20318b09983933fa8aab1573eb057cc1088 (patch) | |
tree | 4b561c910850f3df5f51b1916164969f6f46b0c4 /chrome/browser/DEPS | |
parent | b55475898c3d74ec5810e4b60bccce4183cb17d9 (diff) | |
download | chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.zip chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.tar.gz chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.tar.bz2 |
Move ProfileKeyedService infrastructure to a component
Renames of the classes and methods will follow in separate patch(es).
BUG=227219
R=erg@chromium.org, joi@chromium.org
Review URL: https://codereview.chromium.org/14743010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 2a0e8a7..d75b5db 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -9,6 +9,7 @@ include_rules = [ "+components/autofill/common", "+components/auto_login_parser", "+components/autofill/common", + "+components/browser_context_keyed_service", "+components/navigation_interception", "+components/user_prefs", "+components/visitedlink/browser", |