| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_base.h (revision 212369)
|
| +++ content/browser/renderer_host/render_widget_host_view_base.h (working copy)
|
| @@ -101,7 +101,7 @@
|
| // Shared implementation of MovePluginWindows for use by win and aura/wina.
|
| static void MovePluginWindowsHelper(
|
| HWND parent,
|
| - const std::vector<webkit::npapi::WebPluginGeometry>& moves);
|
| + const std::vector<WebPluginGeometry>& moves);
|
|
|
| static void PaintPluginWindowsHelper(
|
| HWND parent,
|
|
|