| Index: webkit/support/weburl_loader_mock_factory.h
|
| diff --git a/webkit/support/weburl_loader_mock_factory.h b/webkit/support/weburl_loader_mock_factory.h
|
| index 1cbb5880553a856566b1f958aecd720ec27ee128..97ea5c866d3910edd74b3b711ab266bbd2fb8906 100644
|
| --- a/webkit/support/weburl_loader_mock_factory.h
|
| +++ b/webkit/support/weburl_loader_mock_factory.h
|
| @@ -8,9 +8,9 @@
|
| #include <map>
|
|
|
| #include "base/files/file_path.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.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/WebURL.h"
|
| +#include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebURLResponse.h"
|
|
|
| namespace WebKit {
|
| class WebData;
|
|
|