| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 2d01453432798f282321f03f19091d9417b2f093..9fd0fd067db7581e9bd10694d9754d62e63383cd 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -261,7 +261,7 @@ class ProfileImpl : public Profile,
|
| // See GetStartTime for details.
|
| base::Time start_time_;
|
|
|
| - scoped_ptr<SpellCheckProfile> spellcheck_profile_;
|
| + scoped_refptr<SpellCheckProfile> spellcheck_profile_;
|
|
|
| #if defined(OS_WIN)
|
| bool checked_instant_promo_;
|
|
|