diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 08:03:16 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 08:03:16 +0000 |
commit | 9c92d191fd78a2f9c8b9c35519fbd0bc6d0940e7 (patch) | |
tree | 8c40767e736727e95fb735cfe1ab50f1cc984bdc /chrome/browser/profile.h | |
parent | 5ef9898d7c51f934efdd45d5fdbc0e1faacec189 (diff) | |
download | chromium_src-9c92d191fd78a2f9c8b9c35519fbd0bc6d0940e7.zip chromium_src-9c92d191fd78a2f9c8b9c35519fbd0bc6d0940e7.tar.gz chromium_src-9c92d191fd78a2f9c8b9c35519fbd0bc6d0940e7.tar.bz2 |
[GTTF] Reduce header dependencies in chrome.
Review URL: http://codereview.chromium.org/457025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index 1f3c4a3..51abbb3 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -14,7 +14,7 @@ #include "base/file_path.h" #include "base/scoped_ptr.h" #include "base/timer.h" -#include "chrome/browser/spellcheck_host.h" +#include "chrome/browser/spellcheck_host_observer.h" #include "chrome/common/notification_registrar.h" #if defined(OS_CHROMEOS) @@ -51,6 +51,7 @@ class PrefService; class ProfileSyncService; class SearchVersusNavigateClassifier; class SessionService; +class SpellCheckHost; class SSLConfigServiceManager; class SSLHostState; class StrictTransportSecurityPersister; @@ -387,7 +388,7 @@ class OffTheRecordProfileImpl; // The default profile implementation. class ProfileImpl : public Profile, - public SpellCheckHost::Observer, + public SpellCheckHostObserver, public NotificationObserver { public: virtual ~ProfileImpl(); @@ -458,7 +459,7 @@ class ProfileImpl : public Profile, const NotificationSource& source, const NotificationDetails& details); - // SpellCheckHost::Observer implementation. + // SpellCheckHostObserver implementation. virtual void SpellCheckHostInitialized(); private: |