Index: webkit/media/buffered_resource_loader.cc |
diff --git a/webkit/media/buffered_resource_loader.cc b/webkit/media/buffered_resource_loader.cc |
index 5177c8962ac60323fba23515a85a73389b5949ab..8bc5b2418e70a7d7006b0cd86a603ad36f7b157d 100644 |
--- a/webkit/media/buffered_resource_loader.cc |
+++ b/webkit/media/buffered_resource_loader.cc |
@@ -13,9 +13,9 @@ |
#include "base/strings/string_number_conversions.h" |
#include "media/base/media_log.h" |
#include "net/http/http_request_headers.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/WebURLResponse.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
+#include "third_party/WebKit/public/platform/WebURLError.h" |
+#include "third_party/WebKit/public/platform/WebURLResponse.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderOptions.h" |
#include "webkit/media/cache_util.h" |