Index: content/browser/renderer_host/render_widget_host_view_win.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_win.h (revision 212369) |
+++ content/browser/renderer_host/render_widget_host_view_win.h (working copy) |
@@ -175,7 +175,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 UpdateCursor(const WebCursor& cursor) OVERRIDE; |