| Index: chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
 | 
| diff --git a/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h b/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
 | 
| index a2855a4ed8642020c711be52266ac43711c8a18e..a03a5c49a5e4ea8ff45832bc36197e9b9dbe7572 100644
 | 
| --- a/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
 | 
| +++ b/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
 | 
| @@ -14,11 +14,9 @@
 | 
|  #include "base/lock.h"
 | 
|  #include "gfx/native_widget_types.h"
 | 
|  
 | 
| -namespace webkit {
 | 
| -namespace npapi {
 | 
| +namespace webkit_glue {
 | 
|  struct WebPluginGeometry;
 | 
|  }
 | 
| -}
 | 
|  
 | 
|  class AcceleratedSurfaceContainerMac;
 | 
|  
 | 
| @@ -65,8 +63,7 @@ class AcceleratedSurfaceContainerManagerMac {
 | 
|  
 | 
|    // Takes an update from WebKit about a plugin's position and size and moves
 | 
|    // the plugin accordingly.
 | 
| -  void SetPluginContainerGeometry(
 | 
| -      const webkit::npapi::WebPluginGeometry& move);
 | 
| +  void SetPluginContainerGeometry(const webkit_glue::WebPluginGeometry& move);
 | 
|  
 | 
|    // Draws the plugin container associated with the given id into the given
 | 
|    // OpenGL context, which must already be current.
 | 
| 
 |