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

Unified Diff: ui/file_manager/audio_player/audio_player.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/audio_player/audio_player.html
diff --git a/ui/file_manager/audio_player/audio_player.html b/ui/file_manager/audio_player/audio_player.html
index 3d9559653ff8834948a0840ae162eb374fb3b83c..0b225f95b43885cac5b5791df21874df0789314d 100644
--- a/ui/file_manager/audio_player/audio_player.html
+++ b/ui/file_manager/audio_player/audio_player.html
@@ -40,10 +40,11 @@
<script src="../file_manager/foreground/js/metadata/content_metadata_provider.js"></script>
<script src="../file_manager/foreground/js/metadata/external_metadata_provider.js"></script>
- <script src="../file_manager/foreground/js/metadata/file_system_metadata.js"></script>
<script src="../file_manager/foreground/js/metadata/file_system_metadata_provider.js"></script>
<script src="../file_manager/foreground/js/metadata/metadata_cache_item.js"></script>
<script src="../file_manager/foreground/js/metadata/metadata_item.js"></script>
+ <script src="../file_manager/foreground/js/metadata/metadata_model.js"></script>
+ <script src="../file_manager/foreground/js/metadata/multi_metadata_provider.js"></script>
<script src="../file_manager/foreground/js/metadata/thumbnail_model.js"></script>
<script src="js/audio_player.js"></script>
« no previous file with comments | « chrome/browser/chromeos/file_manager/file_manager_jstest.cc ('k') | ui/file_manager/audio_player/js/audio_player.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698