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

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

Issue 971723002: Files.app: Rename FileSystemMetadata with MetadataModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. 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/multi_metadata_provider_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html b/ui/file_manager/file_manager/foreground/js/metadata/multi_metadata_provider_unittest.html
similarity index 89%
rename from ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html
rename to ui/file_manager/file_manager/foreground/js/metadata/multi_metadata_provider_unittest.html
index 7c23ebc7a432e30794e3c3b6516787aa301dd9f3..2d2bc622bcc9094132ebd6ae3df2933c3977540d 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/metadata/multi_metadata_provider_unittest.html
@@ -16,9 +16,9 @@
<script src="../../../common/js/volume_manager_common.js"></script>
<script src="content_metadata_provider.js"></script>
<script src="external_metadata_provider.js"></script>
-<script src="file_system_metadata.js"></script>
<script src="file_system_metadata_provider.js"></script>
<script src="metadata_cache_item.js"></script>
<script src="metadata_item.js"></script>
+<script src="multi_metadata_provider.js"></script>
-<script src="file_system_metadata_unittest.js"></script>
+<script src="multi_metadata_provider_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698