Index: content/renderer/pepper/mock_renderer_ppapi_host.h |
diff --git a/content/renderer/pepper/mock_renderer_ppapi_host.h b/content/renderer/pepper/mock_renderer_ppapi_host.h |
index 5a85a1bba88cb68fc869106cd7f364d497421d91..2d5347879359629bad4a7d14e78bf77fdb0ef05f 100644 |
--- a/content/renderer/pepper/mock_renderer_ppapi_host.h |
+++ b/content/renderer/pepper/mock_renderer_ppapi_host.h |
@@ -37,7 +37,7 @@ class MockRendererPpapiHost : public RendererPpapiHost { |
PP_Instance instance) const OVERRIDE; |
virtual RenderView* GetRenderViewForInstance( |
PP_Instance instance) const OVERRIDE; |
- virtual WebKit::WebPluginContainer* GetContainerForInstance( |
+ virtual blink::WebPluginContainer* GetContainerForInstance( |
PP_Instance instance) const OVERRIDE; |
virtual base::ProcessId GetPluginPID() const OVERRIDE; |
virtual bool HasUserGesture(PP_Instance instance) const OVERRIDE; |