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

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

Issue 971163002: Files.app: Let MetadataCacheModel use cached URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment. Created 5 years, 10 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_set_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html
index b6f8d05ef46c7a8e8aee0c1822dafe96f379df9a..624306e18627e76ed4faee6b15338769f7aaca3c 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html
@@ -11,6 +11,7 @@
<!-- Others -->
<script src="../../../../../webui/resources/js/assert.js"></script>
<script src="../../../common/js/unittest_util.js"></script>
+<script src="../../../common/js/util.js"></script>
<script src="metadata_cache_item.js"></script>
<script src="metadata_cache_set.js"></script>
<script src="metadata_item.js"></script>

Powered by Google App Engine
This is Rietveld 408576698