Index: content/browser/renderer_host/render_widget_host_view_android.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_android.h (revision 212369) |
+++ content/browser/renderer_host/render_widget_host_view_android.h (working copy) |
@@ -83,7 +83,7 @@ |
virtual gfx::NativeViewAccessible GetNativeViewAccessible() 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 bool HasFocus() const OVERRIDE; |