diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 17:20:03 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 17:20:03 +0000 |
commit | 7e75e4a8d4bc9dda2944cb5381c819c6d0249ec9 (patch) | |
tree | 7236949d8c2717c3d53a0bbc718e5d082fa5e3e7 /chrome/browser/profiles/profile_keyed_base_factory.h | |
parent | 97abca8533441f0a2d065788b7c07f1d0025e06b (diff) | |
download | chromium_src-7e75e4a8d4bc9dda2944cb5381c819c6d0249ec9.zip chromium_src-7e75e4a8d4bc9dda2944cb5381c819c6d0249ec9.tar.gz chromium_src-7e75e4a8d4bc9dda2944cb5381c819c6d0249ec9.tar.bz2 |
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
This extracts AssertFactoriesBuilt code to a file that will stay in chrome.
This is a resubmit of https://codereview.chromium.org/14967003/
TBR=erg
BUG=227219
Review URL: https://codereview.chromium.org/14832006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile_keyed_base_factory.h')
-rw-r--r-- | chrome/browser/profiles/profile_keyed_base_factory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_keyed_base_factory.h b/chrome/browser/profiles/profile_keyed_base_factory.h index ca11d7a..25e090e 100644 --- a/chrome/browser/profiles/profile_keyed_base_factory.h +++ b/chrome/browser/profiles/profile_keyed_base_factory.h @@ -11,7 +11,6 @@ #include "chrome/browser/profiles/dependency_node.h" class PrefService; -class Profile; class ProfileDependencyManager; namespace content { |