| Index: ui/file_manager/file_manager/background/js/media_import_handler_unittest.html
|
| diff --git a/ui/file_manager/file_manager/background/js/media_import_handler_unittest.html b/ui/file_manager/file_manager/background/js/media_import_handler_unittest.html
|
| index 834e3666d34cae59fe91f5a1c916c977f732cb35..7a43bd746c5900bc65cff7e1db2158823129ee34 100644
|
| --- a/ui/file_manager/file_manager/background/js/media_import_handler_unittest.html
|
| +++ b/ui/file_manager/file_manager/background/js/media_import_handler_unittest.html
|
| @@ -11,7 +11,8 @@
|
| <script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
|
| <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="../../../../../third_party/analytics/google-analytics-bundle.js"></script>
|
| +
|
| <script src="../../common/js/async_util.js"></script>
|
| <script src="../../common/js/mock_entry.js"></script>
|
| <script src="../../common/js/unittest_util.js"></script>
|
| @@ -20,6 +21,7 @@
|
| <script src="../../common/js/importer_common.js"></script>
|
| <script src="../../common/js/test_importer_common.js"></script>
|
| <script src="../../common/js/progress_center_common.js"></script>
|
| + <script src="../../common/js/test_tracker.js"></script>
|
|
|
| <script src="test_import_history.js"></script>
|
| <script src="mock_progress_center.js"></script>
|
|
|