Index: chrome/browser/spellchecker/spellcheck_host.h |
=================================================================== |
--- chrome/browser/spellchecker/spellcheck_host.h (revision 110571) |
+++ chrome/browser/spellchecker/spellcheck_host.h (working copy) |
@@ -18,8 +18,11 @@ |
class WaitableEvent; |
} |
+namespace content { |
+class RenderProcessHost; |
+} |
+ |
class Profile; |
-class RenderProcessHost; |
class SpellCheckHostMetrics; |
class SpellCheckProfileProvider; |
@@ -72,7 +75,7 @@ |
// 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. |