| Index: chrome/browser/renderer_host/accelerated_surface_container_mac.h
 | 
| diff --git a/chrome/browser/renderer_host/accelerated_surface_container_mac.h b/chrome/browser/renderer_host/accelerated_surface_container_mac.h
 | 
| index 45979e0922e12c2e0fe2975933bddc93a2131fea..deda9ef2d23b7fe5daf012adb3442dade4aa4032 100644
 | 
| --- a/chrome/browser/renderer_host/accelerated_surface_container_mac.h
 | 
| +++ b/chrome/browser/renderer_host/accelerated_surface_container_mac.h
 | 
| @@ -36,11 +36,9 @@
 | 
|  #include "gfx/native_widget_types.h"
 | 
|  #include "gfx/rect.h"
 | 
|  
 | 
| -namespace webkit {
 | 
| -namespace npapi {
 | 
| +namespace webkit_glue {
 | 
|  struct WebPluginGeometry;
 | 
|  }
 | 
| -}
 | 
|  
 | 
|  class AcceleratedSurfaceContainerManagerMac;
 | 
|  
 | 
| @@ -67,7 +65,7 @@ class AcceleratedSurfaceContainerMac {
 | 
|    // currently only pays attention to the clip width and height, since the
 | 
|    // view in which it is hosted is responsible for positioning it on the
 | 
|    // page.)
 | 
| -  void SetGeometry(const webkit::npapi::WebPluginGeometry& geom);
 | 
| +  void SetGeometry(const webkit_glue::WebPluginGeometry& geom);
 | 
|  
 | 
|    // Draws this accelerated surface's contents, texture mapped onto a quad in
 | 
|    // the given OpenGL context. TODO(kbr): figure out and define exactly how the
 | 
| 
 |