Index: third_party/WebKit/Source/core/loader/TextTrackLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp b/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp |
index 4cb33998cb1406c101783a23ddd71c29ea492533..b7b19d3309e888ffd70059e5b75f7d2f9b859b6f 100644 |
--- a/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp |
@@ -27,12 +27,12 @@ |
#include "core/dom/Document.h" |
#include "core/dom/TaskRunnerHelper.h" |
-#include "core/fetch/FetchInitiatorTypeNames.h" |
-#include "core/fetch/FetchRequest.h" |
-#include "core/fetch/RawResource.h" |
-#include "core/fetch/ResourceFetcher.h" |
#include "core/inspector/ConsoleMessage.h" |
#include "platform/SharedBuffer.h" |
+#include "platform/loader/fetch/FetchInitiatorTypeNames.h" |
+#include "platform/loader/fetch/FetchRequest.h" |
+#include "platform/loader/fetch/RawResource.h" |
+#include "platform/loader/fetch/ResourceFetcher.h" |
#include "platform/weborigin/SecurityOrigin.h" |
namespace blink { |