| Index: content/test/test_webkit_platform_support.h
 | 
| diff --git a/content/test/test_webkit_platform_support.h b/content/test/test_webkit_platform_support.h
 | 
| index 71b03004246fff6d68cda68555bea362494df9e0..ae5880f4c1bc241e392eaac1734f92d6b53e6813 100644
 | 
| --- a/content/test/test_webkit_platform_support.h
 | 
| +++ b/content/test/test_webkit_platform_support.h
 | 
| @@ -7,10 +7,10 @@
 | 
|  
 | 
|  #include "base/compiler_specific.h"
 | 
|  #include "base/files/scoped_temp_dir.h"
 | 
| +#include "content/child/webkitplatformsupport_child_impl.h"
 | 
|  #include "content/test/mock_webclipboard_impl.h"
 | 
|  #include "content/test/weburl_loader_mock_factory.h"
 | 
|  #include "third_party/WebKit/public/platform/WebUnitTestSupport.h"
 | 
| -#include "webkit/child/webkitplatformsupport_child_impl.h"
 | 
|  #include "webkit/glue/simple_webmimeregistry_impl.h"
 | 
|  #include "webkit/glue/webfileutilities_impl.h"
 | 
|  #include "webkit/renderer/compositor_bindings/web_compositor_support_impl.h"
 | 
| @@ -24,7 +24,7 @@ namespace content {
 | 
|  // An implementation of WebKitPlatformSupport for tests.
 | 
|  class TestWebKitPlatformSupport
 | 
|      : public blink::WebUnitTestSupport,
 | 
| -      public webkit_glue::WebKitPlatformSupportChildImpl {
 | 
| +      public content::WebKitPlatformSupportChildImpl {
 | 
|   public:
 | 
|    TestWebKitPlatformSupport();
 | 
|    virtual ~TestWebKitPlatformSupport();
 | 
| 
 |