| Index: chrome/browser/renderer_host/render_widget_host_view.h
 | 
| diff --git a/chrome/browser/renderer_host/render_widget_host_view.h b/chrome/browser/renderer_host/render_widget_host_view.h
 | 
| index 2d4b1eaf0711f2a20d02a8fd163e2e29bb52c674..fdbe4408ccff28da6dff11f8a6719834d19ab6d7 100644
 | 
| --- a/chrome/browser/renderer_host/render_widget_host_view.h
 | 
| +++ b/chrome/browser/renderer_host/render_widget_host_view.h
 | 
| @@ -39,13 +39,8 @@ struct ViewHostMsg_AccessibilityNotification_Params;
 | 
|  
 | 
|  namespace webkit_glue {
 | 
|  struct WebAccessibility;
 | 
| -}
 | 
| -
 | 
| -namespace webkit {
 | 
| -namespace npapi {
 | 
|  struct WebPluginGeometry;
 | 
|  }
 | 
| -}
 | 
|  
 | 
|  // RenderWidgetHostView is an interface implemented by an object that acts as
 | 
|  // the "View" portion of a RenderWidgetHost. The RenderWidgetHost and its
 | 
| @@ -102,7 +97,7 @@ class RenderWidgetHostView {
 | 
|  
 | 
|    // Moves all plugin windows as described in the given list.
 | 
|    virtual void MovePluginWindows(
 | 
| -      const std::vector<webkit::npapi::WebPluginGeometry>& moves) = 0;
 | 
| +      const std::vector<webkit_glue::WebPluginGeometry>& moves) = 0;
 | 
|  
 | 
|    // Actually set/take focus to/from the associated View component.
 | 
|    virtual void Focus() = 0;
 | 
| 
 |