Index: webkit/support/weburl_loader_mock_factory.cc |
diff --git a/webkit/support/weburl_loader_mock_factory.cc b/webkit/support/weburl_loader_mock_factory.cc |
index cce3efa02f5c6d5a4100cff024429f79091dba5f..9e372538a8b0ce65e7c0fd2eca85550802c63e62 100644 |
--- a/webkit/support/weburl_loader_mock_factory.cc |
+++ b/webkit/support/weburl_loader_mock_factory.cc |
@@ -6,10 +6,10 @@ |
#include "base/file_util.h" |
#include "base/logging.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.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/WebString.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" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" |
#include "webkit/support/webkit_support.h" |
#include "webkit/support/weburl_loader_mock.h" |