Index: content/browser/renderer_host/test_render_view_host.h |
=================================================================== |
--- content/browser/renderer_host/test_render_view_host.h (revision 212369) |
+++ content/browser/renderer_host/test_render_view_host.h (working copy) |
@@ -92,7 +92,7 @@ |
virtual void WasHidden() OVERRIDE {} |
virtual void MovePluginWindows( |
const gfx::Vector2d& scroll_offset, |
- const std::vector<webkit::npapi::WebPluginGeometry>& moves) OVERRIDE {} |
+ const std::vector<WebPluginGeometry>& moves) OVERRIDE {} |
virtual void Focus() OVERRIDE {} |
virtual void Blur() OVERRIDE {} |
virtual void SetIsLoading(bool is_loading) OVERRIDE {} |