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

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

Issue 444223003: Audio Player: Update Polymer to the latest version (0.3.4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « ui/file_manager/file_manager/audio_player.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/audio_player/js/audio_player_scripts.js
diff --git a/ui/file_manager/file_manager/audio_player/js/audio_player_scripts.js b/ui/file_manager/file_manager/audio_player/js/audio_player_scripts.js
index b4de2f84cec16a15c176e03fb8493d4f745de94d..0095c3d6b71a1aaf529046c0d68b0722a16d2454 100644
--- a/ui/file_manager/file_manager/audio_player/js/audio_player_scripts.js
+++ b/ui/file_manager/file_manager/audio_player/js/audio_player_scripts.js
@@ -16,8 +16,8 @@ if (!('allowsEval' in document.securityPolicy))
// Force Polymer into dirty-checking mode, see http://crbug.com/351967
Object['observe'] = undefined;
-<include src="../../../../../third_party/polymer_legacy/platform/platform.js">
-<include src="../../../../../third_party/polymer_legacy/polymer/polymer.js">
+<include src="../../../../../third_party/polymer/platform/platform.js">
+<include src="../../../../../third_party/polymer/polymer/polymer.js">
(function() {
« no previous file with comments | « ui/file_manager/file_manager/audio_player.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698