| Index: ui/file_manager/file_manager/foreground/js/thumbnail_loader_unittest.html
|
| diff --git a/ui/file_manager/file_manager/foreground/js/thumbnail_loader_unittest.html b/ui/file_manager/file_manager/foreground/js/thumbnail_loader_unittest.html
|
| index 76374c666ebe0d8086cf9b8f4ff897a787a6f206..a8e2aec11efd8e870a6006d09b2af9ee0d93022f 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/thumbnail_loader_unittest.html
|
| +++ b/ui/file_manager/file_manager/foreground/js/thumbnail_loader_unittest.html
|
| @@ -3,7 +3,10 @@
|
| -- Use of this source code is governed by a BSD-style license that can be
|
| -- found in the LICENSE file.
|
| -->
|
| +<script src="../../../../webui/resources/js/assert.js"></script>
|
| <script src="../../common/js/file_type.js"></script>
|
| <script src="../../common/js/mock_entry.js"></script>
|
| +<script src="../../common/js/unittest_util.js"></script>
|
| +<script src="../../../image_loader/image_loader_client.js"></script>
|
| <script src="thumbnail_loader.js"></script>
|
| <script src="thumbnail_loader_unittest.js"></script>
|
|
|