| Index: content/renderer/renderer_webkitplatformsupport_impl.h
 | 
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
 | 
| index 209da825f3357dd5a7321d1b97d83eb230b7e0e9..69dac0112fbf9b27b03f54a191a3d14b38f1d7a1 100644
 | 
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h
 | 
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h
 | 
| @@ -7,9 +7,9 @@
 | 
|  
 | 
|  #include "base/compiler_specific.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
| +#include "cc/blink/web_compositor_support_impl.h"
 | 
|  #include "content/child/blink_platform_impl.h"
 | 
|  #include "content/common/content_export.h"
 | 
| -#include "content/renderer/compositor_bindings/web_compositor_support_impl.h"
 | 
|  #include "content/renderer/webpublicsuffixlist_impl.h"
 | 
|  #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
 | 
|  #include "third_party/WebKit/public/platform/WebIDBFactory.h"
 | 
| @@ -227,7 +227,7 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
 | 
|  
 | 
|    scoped_ptr<WebDatabaseObserverImpl> web_database_observer_impl_;
 | 
|  
 | 
| -  WebCompositorSupportImpl compositor_support_;
 | 
| +  cc_blink::WebCompositorSupportImpl compositor_support_;
 | 
|  
 | 
|    scoped_ptr<blink::WebScrollbarBehavior> web_scrollbar_behavior_;
 | 
|  
 | 
| 
 |