Index: webkit/support/test_webkit_platform_support.cc |
diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc |
index 24f5c7a6a2ba3a6124404823381b79114ba4a932..764ec9dd413d36b36dce4ccfb3e242765f43673b 100644 |
--- a/webkit/support/test_webkit_platform_support.cc |
+++ b/webkit/support/test_webkit_platform_support.cc |
@@ -16,14 +16,14 @@ |
#include "net/cookies/cookie_monster.h" |
#include "net/http/http_cache.h" |
#include "net/test/spawned_test_server/spawned_test_server.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebAudioDevice.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageNamespace.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebAudioDevice.h" |
+#include "third_party/WebKit/public/platform/WebData.h" |
+#include "third_party/WebKit/public/platform/WebFileSystem.h" |
+#include "third_party/WebKit/public/platform/WebGamepads.h" |
+#include "third_party/WebKit/public/platform/WebStorageArea.h" |
+#include "third_party/WebKit/public/platform/WebStorageNamespace.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h" |
@@ -60,7 +60,7 @@ |
#include "webkit/tools/test_shell/test_shell_webblobregistry_impl.h" |
#if defined(OS_WIN) |
-#include "third_party/WebKit/Source/Platform/chromium/public/win/WebThemeEngine.h" |
+#include "third_party/WebKit/public/platform/win/WebThemeEngine.h" |
#elif defined(OS_MACOSX) |
#include "base/mac/mac_util.h" |
#endif |