diff options
author | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 03:04:44 +0000 |
---|---|---|
committer | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 03:04:44 +0000 |
commit | eeb348e9eeb40b91c7e95e072118388d2b6610dc (patch) | |
tree | b7e76801b5062d3c304645724157ec5319fdf29f /apps | |
parent | 9a22457f69b4cddf6a360559f0663e51fc5ab9c5 (diff) | |
download | chromium_src-eeb348e9eeb40b91c7e95e072118388d2b6610dc.zip chromium_src-eeb348e9eeb40b91c7e95e072118388d2b6610dc.tar.gz chromium_src-eeb348e9eeb40b91c7e95e072118388d2b6610dc.tar.bz2 |
Revert 199566 "Drop more dependencies of ProfileKeyedService inf..."
> 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
TBR=phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/14701016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps')
-rw-r--r-- | apps/shortcut_manager_factory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/shortcut_manager_factory.h b/apps/shortcut_manager_factory.h index 001bb61..bed2136 100644 --- a/apps/shortcut_manager_factory.h +++ b/apps/shortcut_manager_factory.h @@ -9,8 +9,6 @@ template<typename Type> struct DefaultSingletonTraits; -class Profile; - namespace apps { class ShortcutManager; |