diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-10 23:13:24 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-10 23:13:24 +0000 |
commit | 99152a7e8091125c7be25c458b7219fa9f6192e1 (patch) | |
tree | bd5b8d26c38c5fae5f731c092ce5ce14455b2ed0 /chrome/browser/extensions/api/system_indicator | |
parent | 412d3dab6514a8a5d48bd164b1b173fa245d492d (diff) | |
download | chromium_src-99152a7e8091125c7be25c458b7219fa9f6192e1.zip chromium_src-99152a7e8091125c7be25c458b7219fa9f6192e1.tar.gz chromium_src-99152a7e8091125c7be25c458b7219fa9f6192e1.tar.bz2 |
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
This extracts AssertFactoriesBuilt code to a file that will stay in chrome.
BUG=227219
R=erg@chromium.org
Review URL: https://codereview.chromium.org/14967003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/api/system_indicator')
-rw-r--r-- | chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h b/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h index a1311cf..89f359c 100644 --- a/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h +++ b/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h @@ -8,6 +8,8 @@ #include "base/memory/singleton.h" #include "chrome/browser/profiles/profile_keyed_service_factory.h" +class Profile; + namespace extensions { class SystemIndicatorManager; |