| Index: ui/file_manager/file_manager/foreground/js/file_tasks_unittest.html
|
| diff --git a/ui/file_manager/file_manager/background/js/import_history_unittest.html b/ui/file_manager/file_manager/foreground/js/file_tasks_unittest.html
|
| similarity index 56%
|
| copy from ui/file_manager/file_manager/background/js/import_history_unittest.html
|
| copy to ui/file_manager/file_manager/foreground/js/file_tasks_unittest.html
|
| index 75f06f87e8f9cc4fcafda15970545f1264ed6bd7..b586cc5720c8d59bae061737c8d254d4a68098de 100644
|
| --- a/ui/file_manager/file_manager/background/js/import_history_unittest.html
|
| +++ b/ui/file_manager/file_manager/foreground/js/file_tasks_unittest.html
|
| @@ -1,20 +1,16 @@
|
| <!DOCTYPE html>
|
| -<!-- Copyright 2014 The Chromium Authors. All rights reserved.
|
| +<!-- Copyright 2015 The Chromium Authors. All rights reserved.
|
| -- Use of this source code is governed by a BSD-style license that can be
|
| -- found in the LICENSE file.
|
| -->
|
|
|
| -<html>
|
| -<body>
|
| +<script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
|
|
|
| <script src="../../common/js/volume_manager_common.js"></script>
|
| -<script src="../../common/js/importer_common.js"></script>
|
| <script src="../../common/js/mock_entry.js"></script>
|
| +<script src="../../common/js/file_type.js"></script>
|
| <script src="../../common/js/unittest_util.js"></script>
|
| <script src="../../common/js/util.js"></script>
|
|
|
| -<script src="import_history.js"></script>
|
| -<script src="import_history_unittest.js"></script>
|
| -
|
| -</body>
|
| -</html>
|
| +<script src="file_tasks.js"></script>
|
| +<script src="file_tasks_unittest.js"></script>
|
|
|