| Index: webkit/support/test_webkit_platform_support.h
|
| diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h
|
| index 65c62bc3e42703375eb2f26c709816a66c95863a..adc02c4b187eb07e8fe23bab2d3a93d015a03acb 100644
|
| --- a/webkit/support/test_webkit_platform_support.h
|
| +++ b/webkit/support/test_webkit_platform_support.h
|
| @@ -6,9 +6,9 @@
|
| #define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebUnitTestSupport.h"
|
| +#include "third_party/WebKit/public/platform/WebGamepads.h"
|
| +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
|
| +#include "third_party/WebKit/public/platform/WebUnitTestSupport.h"
|
| #include "webkit/glue/webfileutilities_impl.h"
|
| #include "webkit/glue/webkitplatformsupport_impl.h"
|
| #include "webkit/mocks/mock_webhyphenator.h"
|
|
|