| Index: chrome/browser/profile_impl.h
|
| diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
|
| index 9331d3489274a4ab0a429084317c963d38d2d8ac..f324fbd9b3e96f2c6c239928e0986a79eab13583 100644
|
| --- a/chrome/browser/profile_impl.h
|
| +++ b/chrome/browser/profile_impl.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/scoped_ptr.h"
|
| #include "base/timer.h"
|
| #include "chrome/browser/profile.h"
|
| +#include "chrome/browser/prefs/pref_change_registrar.h"
|
| #include "chrome/browser/spellcheck_host_observer.h"
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| @@ -144,6 +145,7 @@ class ProfileImpl : public Profile,
|
| }
|
|
|
| NotificationRegistrar registrar_;
|
| + PrefChangeRegistrar pref_change_registrar_;
|
|
|
| FilePath path_;
|
| FilePath base_cache_path_;
|
|
|