| 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 05e3e72c39c75378cfe4db8ff565da4d06452072..84d094531d27aa6a29fe7837c339324303866bf4 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
|
|
|