| Index: chrome/browser/spellchecker/spellcheck_profile.h
|
| ===================================================================
|
| --- chrome/browser/spellchecker/spellcheck_profile.h (revision 108048)
|
| +++ chrome/browser/spellchecker/spellcheck_profile.h (working copy)
|
| @@ -103,7 +103,7 @@
|
| private:
|
| const FilePath& GetCustomDictionaryPath();
|
|
|
| - scoped_refptr<SpellCheckHost> host_;
|
| + scoped_ptr<SpellCheckHost> host_;
|
| scoped_ptr<SpellCheckHostMetrics> metrics_;
|
|
|
| // Indicates whether |host_| has told us initialization is
|
|
|