| Index: webkit/mocks/mock_weburlloader.cc
|
| diff --git a/webkit/mocks/mock_weburlloader.cc b/webkit/mocks/mock_weburlloader.cc
|
| index f2c6df99cf3c9dc8a173b7f43894f9b1952a2b46..dc4f2d04853043243d44a28a68250791f7a060d2 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/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"
|
| +#include "third_party/WebKit/public/platform/WebData.h"
|
| +#include "third_party/WebKit/public/platform/WebURLError.h"
|
| +#include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebURLResponse.h"
|
|
|
| namespace webkit_glue {
|
|
|
|
|