Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_unittest.html

Issue 806853007: Files.app: Fix exception thrown by ContentProvider if getLatest is called with the type 'media|thum… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_unittest.html b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_unittest.html
index 3525aec405543f12be8987407ff057a0c59c9754..f346b1abc20daee0f7aafbcda71ea2f333e09883 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_unittest.html
@@ -3,14 +3,8 @@
-- 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/assert.js"></script>
<script src="../../../common/js/mock_entry.js"></script>
<script src="metadata_cache.js"></script>
<script src="metadata_cache_unittest.js"></script>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698