summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 01:48:43 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 01:48:43 +0000
commit88cf329e3b89404544ad80a70a5a0a325e420227 (patch)
tree0c85964dc730d4d686fa350b1673dd23977c598f /chrome/browser/profile.h
parent40e0486b7052e76db03134a44cead2baf6ae528f (diff)
downloadchromium_src-88cf329e3b89404544ad80a70a5a0a325e420227.zip
chromium_src-88cf329e3b89404544ad80a70a5a0a325e420227.tar.gz
chromium_src-88cf329e3b89404544ad80a70a5a0a325e420227.tar.bz2
More NotificationRegistrar conversions.
BUG=2381 Review URL: http://codereview.chromium.org/115675 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r--chrome/browser/profile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index be775c2..1ee1a19 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -18,7 +18,7 @@
#ifdef CHROME_PERSONALIZATION
#include "chrome/personalization/personalization.h"
#endif
-#include "chrome/common/notification_observer.h"
+#include "chrome/common/notification_registrar.h"
namespace net {
class ForceTLSState;
@@ -374,6 +374,8 @@ class ProfileImpl : public Profile,
// spellchecker to the resource message filters.
void InitializeSpellChecker(bool need_to_broadcast);
+ NotificationRegistrar registrar_;
+
FilePath path_;
scoped_ptr<VisitedLinkMaster> visited_link_master_;
scoped_refptr<ExtensionsService> extensions_service_;