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

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

Issue 881463003: Files.app: Add a deduplication step to avoid importing duplicate media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to master; fix Banners test. 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 f346b1abc20daee0f7aafbcda71ea2f333e09883..25972623f66966dc2d5560cd95760878dc470a44 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
@@ -5,6 +5,7 @@
-->
<script src="../../../../../../ui/webui/resources/js/assert.js"></script>
<script src="../../../common/js/mock_entry.js"></script>
+<script src="../../../common/js/unittest_util.js"></script>
<script src="metadata_cache.js"></script>
<script src="metadata_cache_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698