Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 8c60cbfc3b2ec373ef1e7e0efb58c31a599b5189..640c04e1dc662edb0bdefc982cb580e810af60a4 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -97,6 +97,7 @@ class P2PSocketDispatcher; |
class RenderViewObserver; |
class RenderViewTest; |
class RendererAccessibility; |
+class RendererPpapiHost; |
struct CustomContextMenuContext; |
struct FileChooserParams; |
} // namespace content |
@@ -332,7 +333,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); |