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

Unified Diff: ui/file_manager/audio_player/js/audio_player_scripts.js

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/js/audio_player_scripts.js
diff --git a/ui/file_manager/audio_player/js/audio_player_scripts.js b/ui/file_manager/audio_player/js/audio_player_scripts.js
index a4d5a978419743fb3c655f94a400f2d8d00a6c18..db67180ea8b48c760880d2b235d2e65d78916bb4 100644
--- a/ui/file_manager/audio_player/js/audio_player_scripts.js
+++ b/ui/file_manager/audio_player/js/audio_player_scripts.js
@@ -35,10 +35,11 @@ Object['observe'] = undefined;
<include src="../../file_manager/foreground/js/metadata/content_metadata_provider.js">
<include src="../../file_manager/foreground/js/metadata/external_metadata_provider.js">
-<include src="../../file_manager/foreground/js/metadata/file_system_metadata.js">
<include src="../../file_manager/foreground/js/metadata/file_system_metadata_provider.js">
<include src="../../file_manager/foreground/js/metadata/metadata_cache_item.js">
<include src="../../file_manager/foreground/js/metadata/metadata_item.js">
+<include src="../../file_manager/foreground/js/metadata/metadata_model.js">
+<include src="../../file_manager/foreground/js/metadata/multi_metadata_provider.js">
<include src="../../file_manager/foreground/js/metadata/thumbnail_model.js">
<include src="audio_player.js"/>
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player.js ('k') | ui/file_manager/file_manager/foreground/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698