Index: third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp |
diff --git a/third_party/WebKit/Source/modules/worklet/WorkletScriptLoader.cpp b/third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp |
similarity index 93% |
rename from third_party/WebKit/Source/modules/worklet/WorkletScriptLoader.cpp |
rename to third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp |
index 7db4b8fbefd3dfd6db0b6c6584e6cc0d51363f2e..cdfdf2a9c927d69426c63c8e85fcc5c9b43d009d 100644 |
--- a/third_party/WebKit/Source/modules/worklet/WorkletScriptLoader.cpp |
+++ b/third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "modules/worklet/WorkletScriptLoader.h" |
+#include "core/workers/WorkletScriptLoader.h" |
#include "core/dom/DOMException.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/fetch/ResourceLoader.h" |
-#include "modules/worklet/Worklet.h" |
+#include "core/workers/Worklet.h" |
namespace blink { |