Index: content/renderer/fetchers/resource_fetcher.cc |
diff --git a/content/renderer/fetchers/resource_fetcher.cc b/content/renderer/fetchers/resource_fetcher.cc |
index bbb79593fa4072f9956b538e6f4293327470f1a3..feb8aaa9374764610a881686e9d62759eefd66a3 100644 |
--- a/content/renderer/fetchers/resource_fetcher.cc |
+++ b/content/renderer/fetchers/resource_fetcher.cc |
@@ -5,11 +5,11 @@ |
#include "content/renderer/fetchers/resource_fetcher.h" |
#include "base/logging.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/Platform.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLError.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLLoader.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" |
+#include "third_party/WebKit/public/platform/Platform.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebURLError.h" |
+#include "third_party/WebKit/public/platform/WebURLLoader.h" |
+#include "third_party/WebKit/public/platform/WebURLRequest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" |