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

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

Issue 8515027: Define the public version of the browser side RenderProcessHost interface. This interface is not ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_host.h ('k') | chrome/browser/spellchecker/spellcheck_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_host.h ('k') | chrome/browser/spellchecker/spellcheck_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698