Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / heap-profiler / resources / heap-snapshot-common.js
index 453f4b8..4895132 100644 (file)
@@ -4,11 +4,11 @@
 
 if (!window.WebInspector)
     window.WebInspector = {};
-InspectorTest.importScript("../../../../../Source/devtools/front_end/HeapSnapshotCommon.js");
-InspectorTest.importScript("../../../../../Source/devtools/front_end/HeapSnapshot.js");
-InspectorTest.importScript("../../../../../Source/devtools/front_end/JSHeapSnapshot.js");
-InspectorTest.importScript("../../../../../Source/devtools/front_end/UIString.js");
-InspectorTest.importScript("../../../../../Source/devtools/front_end/utilities.js");
+InspectorTest.importScript("../../../../../Source/devtools/front_end/common/UIString.js");
+InspectorTest.importScript("../../../../../Source/devtools/front_end/common/utilities.js");
+InspectorTest.importScript("../../../../../Source/devtools/front_end/profiler/HeapSnapshotCommon.js");
+InspectorTest.importScript("../../../../../Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js");
+InspectorTest.importScript("../../../../../Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js");
 
 InspectorTest.fail = function(message)
 {