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

Unified Diff: chrome/browser/resources/file_manager/mediaplayer.html

Issue 9583009: [File Manager] Cleanup: Moving js/css/html files to dedicated directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011->2012 Created 8 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: chrome/browser/resources/file_manager/mediaplayer.html
diff --git a/chrome/browser/resources/file_manager/mediaplayer.html b/chrome/browser/resources/file_manager/mediaplayer.html
index 0a2ffdd159ee05c73e97310434286861e84f1c82..baa04ffd18b9d8cecc377d32b6bd1acbea211c15 100644
--- a/chrome/browser/resources/file_manager/mediaplayer.html
+++ b/chrome/browser/resources/file_manager/mediaplayer.html
@@ -2,12 +2,12 @@
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <link rel="stylesheet" type="text/css" href="js/image_editor/media_controls.css"/>
+ <link rel="stylesheet" type="text/css" href="css/media_controls.css"/>
<link rel="stylesheet" type="text/css" href="css/audio_player.css"/>
- <script src="js/audio_player.js"></script>
- <script src="js/image_editor/media_controls.js"></script>
- <script src="js/metadata_provider.js"></script>
+ <script src="js/media/audio_player.js"></script>
+ <script src="js/media/media_controls.js"></script>
+ <script src="js/metadata/metadata_provider.js"></script>
</head>
<body>
<div class="audio-player"></div>
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | chrome/browser/resources/file_manager/playlist.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698