diff options
Diffstat (limited to 'webkit/mocks/mock_weburlloader.cc')
-rw-r--r-- | webkit/mocks/mock_weburlloader.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/mocks/mock_weburlloader.cc b/webkit/mocks/mock_weburlloader.cc index 62d8220..f2c6df9 100644 --- a/webkit/mocks/mock_weburlloader.cc +++ b/webkit/mocks/mock_weburlloader.cc @@ -4,10 +4,10 @@ #include "webkit/mocks/mock_weburlloader.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebData.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLError.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLError.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h" namespace webkit_glue { |