Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 7b8a8b91baf8f50551fedf9395d4ee18504ff67b..63478c05b65aa7ed4ddc75a616f334e2cc49dec8 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -96,6 +96,7 @@ class P2PSocketDispatcher; |
class RenderViewObserver; |
class RenderViewTest; |
class RendererAccessibility; |
+class RendererPpapiHost; |
struct CustomContextMenuContext; |
struct FileChooserParams; |
@@ -334,7 +335,7 @@ class RenderViewImpl : public RenderWidget, |
void PpapiPluginSelectionChanged(); |
// Notification that a PPAPI plugin has been created. |
- void PpapiPluginCreated(ppapi::host::PpapiHost* host); |
+ void PpapiPluginCreated(content::RendererPpapiHost* host); |
// Retrieves the current caret position if a PPAPI plugin has focus. |
bool GetPpapiPluginCaretBounds(gfx::Rect* rect); |