| Index: content/browser/renderer_host/render_widget_host_mac.cc
 | 
| ===================================================================
 | 
| --- content/browser/renderer_host/render_widget_host_mac.cc	(revision 164665)
 | 
| +++ content/browser/renderer_host/render_widget_host_mac.cc	(working copy)
 | 
| @@ -6,7 +6,7 @@
 | 
|  #include "content/common/gpu/gpu_messages.h"
 | 
|  #include "content/port/browser/render_widget_host_view_port.h"
 | 
|  
 | 
| -using content::RenderWidgetHostImpl;
 | 
| +namespace content {
 | 
|  
 | 
|  void RenderWidgetHostImpl::OnMsgPluginFocusChanged(bool focused,
 | 
|                                                     int plugin_id) {
 | 
| @@ -74,3 +74,5 @@
 | 
|      view_->AcceleratedSurfaceBuffersSwapped(params, 0);
 | 
|    }
 | 
|  }
 | 
| +
 | 
| +}  // namespace content
 | 
| 
 |