| Index: chrome/browser/spellchecker/spellcheck_profile.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_profile.h b/chrome/browser/spellchecker/spellcheck_profile.h
|
| index f06cb3e07f58e36fc6b6cd87bd92588e059a9140..bc97ec9fce93204217ed86794604b80d3763b132 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_profile.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_profile.h
|
| @@ -103,7 +103,7 @@ class SpellCheckProfile : public SpellCheckProfileProvider {
|
| private:
|
| const FilePath& GetCustomDictionaryPath();
|
|
|
| - scoped_refptr<SpellCheckHost> host_;
|
| + scoped_ptr<SpellCheckHost> host_;
|
| scoped_ptr<SpellCheckHostMetrics> metrics_;
|
|
|
| // Indicates whether |host_| has told us initialization is
|
|
|