Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 72cc6d55a73e5a64e57e69c81b401393545105d1..371b284f2ef1dc72544bd5dec33a5fafeed30399 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); |