Index: chrome/browser/spellchecker/spellcheck_host_impl.h |
=================================================================== |
--- chrome/browser/spellchecker/spellcheck_host_impl.h (revision 110571) |
+++ chrome/browser/spellchecker/spellcheck_host_impl.h (working copy) |
@@ -54,7 +54,7 @@ |
// SpellCheckHost implementation |
virtual void UnsetProfile() OVERRIDE; |
- virtual void InitForRenderer(RenderProcessHost* process) OVERRIDE; |
+ virtual void InitForRenderer(content::RenderProcessHost* process) OVERRIDE; |
virtual void AddWord(const std::string& word) OVERRIDE; |
virtual const base::PlatformFile& GetDictionaryFile() const OVERRIDE; |
virtual const std::string& GetLanguage() const OVERRIDE; |