diff options
Diffstat (limited to 'chrome/test/data/file_manager')
4 files changed, 13 insertions, 13 deletions
diff --git a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.html b/chrome/test/data/file_manager/unit_tests/device_handler_unittest.html index 8b8b1b6..4c72003 100644 --- a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.html +++ b/chrome/test/data/file_manager/unit_tests/device_handler_unittest.html @@ -9,8 +9,8 @@ <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script> -<script src="../../../../browser/resources/file_manager/background/js/device_handler.js"></script> -<script src="../../../../browser/resources/file_manager/common/js/util.js"></script> +<script src="../../../../../ui/file_manager/file_manager/background/js/device_handler.js"></script> +<script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script> <script src="device_handler_unittest.js"></script> diff --git a/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.html b/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.html index 15f5d4f..a468d43 100644 --- a/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.html +++ b/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.html @@ -11,9 +11,9 @@ <script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script> <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script> -<script src="../../../../browser/resources/file_manager/background/js/file_operation_handler.js"></script> -<script src="../../../../browser/resources/file_manager/common/js/progress_center_common.js"></script> -<script src="../../../../browser/resources/file_manager/common/js/util.js"></script> +<script src="../../../../../ui/file_manager/file_manager/background/js/file_operation_handler.js"></script> +<script src="../../../../../ui/file_manager/file_manager/common/js/progress_center_common.js"></script> +<script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script> <script src="mocks/mock_background.js"></script> <script src="mocks/mock_file_operation_manager.js"></script> diff --git a/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html b/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html index 78d61ef..8e98248 100644 --- a/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html +++ b/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html @@ -13,12 +13,12 @@ <script src="../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></script> <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script> -<script src="../../../../browser/resources/file_manager/common/js/async_util.js"></script> -<script src="../../../../browser/resources/file_manager/common/js/path_util.js"></script> -<script src="../../../../browser/resources/file_manager/common/js/util.js"></script> +<script src="../../../../../ui/file_manager/file_manager/common/js/async_util.js"></script> +<script src="../../../../../ui/file_manager/file_manager/common/js/path_util.js"></script> +<script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script> -<script src="../../../../browser/resources/file_manager/background/js/volume_manager.js"></script> -<script src="../../../../browser/resources/file_manager/foreground/js/navigation_list_model.js"></script> +<script src="../../../../../ui/file_manager/file_manager/background/js/volume_manager.js"></script> +<script src="../../../../../ui/file_manager/file_manager/foreground/js/navigation_list_model.js"></script> <script src="mocks/mock_file_entry.js"></script> <script src="mocks/mock_file_system.js"></script> diff --git a/chrome/test/data/file_manager/unit_tests/progress_center_item_group_unittest.html b/chrome/test/data/file_manager/unit_tests/progress_center_item_group_unittest.html index 06c6ec7..1b9a5bb 100644 --- a/chrome/test/data/file_manager/unit_tests/progress_center_item_group_unittest.html +++ b/chrome/test/data/file_manager/unit_tests/progress_center_item_group_unittest.html @@ -8,9 +8,9 @@ <body> <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script> -<script src="../../../../browser/resources/file_manager/common/js/util.js"></script> -<script src="../../../../browser/resources/file_manager/common/js/progress_center_common.js"></script> -<script src="../../../../browser/resources/file_manager/foreground/js/progress_center_item_group.js"></script> +<script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script> +<script src="../../../../../ui/file_manager/file_manager/common/js/progress_center_common.js"></script> +<script src="../../../../../ui/file_manager/file_manager/foreground/js/progress_center_item_group.js"></script> <script src="progress_center_item_group_unittest.js"></script> </body> |