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

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

Issue 894633002: Files.app: Add Model class that is the set of MetadataCacheItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the comment. 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_set_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_item_unittest.html b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html
similarity index 78%
copy from ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_item_unittest.html
copy to ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html
index 2a5f2a983c64cb5b9f30afbf4833dd2ec3daee61..b8c3ba66876279ddc262bbceab4965b8eeb3f5fd 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_item_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html
@@ -6,5 +6,6 @@
<script src="../../../../../../ui/webui/resources/js/assert.js"></script>
<script src="../../../common/js/unittest_util.js"></script>
<script src="metadata_cache_item.js"></script>
+<script src="metadata_cache_set.js"></script>
-<script src="metadata_cache_item_unittest.js"></script>
+<script src="metadata_cache_set_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698