diff options
Diffstat (limited to 'chrome/browser/spellchecker/spellcheck_host.h')
-rw-r--r-- | chrome/browser/spellchecker/spellcheck_host.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/spellchecker/spellcheck_host.h b/chrome/browser/spellchecker/spellcheck_host.h index a439aa3..38daccd 100644 --- a/chrome/browser/spellchecker/spellcheck_host.h +++ b/chrome/browser/spellchecker/spellcheck_host.h @@ -18,8 +18,11 @@ namespace base { class WaitableEvent; } -class Profile; +namespace content { class RenderProcessHost; +} + +class Profile; class SpellCheckHostMetrics; class SpellCheckProfileProvider; @@ -72,7 +75,7 @@ class SpellCheckHost { // Pass the renderer some basic intialization information. Note that the // renderer will not load Hunspell until it needs to. - virtual void InitForRenderer(RenderProcessHost* process) = 0; + virtual void InitForRenderer(content::RenderProcessHost* process) = 0; // Adds the given word to the custom words list and inform renderer of the // update. |