Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4115)

Unified Diff: chrome/browser/spellchecker/spellcheck_profile.h

Issue 8432027: NOT FOR REVIEW: quick hacks for http://codereview.chromium.org/7919003/ Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_host_impl.cc ('k') | chrome/browser/spellchecker/spellcheck_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698