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

Unified Diff: chrome/browser/resources/uber/uber_frame.js

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/uber/uber_frame.js
===================================================================
--- chrome/browser/resources/uber/uber_frame.js (revision 177292)
+++ chrome/browser/resources/uber/uber_frame.js (working copy)
@@ -7,7 +7,7 @@
// in an iframe. Iframes can be layered on top of each other, but not mixed in
// with page content, so all overlapping content on uber must be framed.
-<include src="../shared/js/util.js"></include>
+<include src="../../../../ui/webui/resources/js/util.js"></include>
<include src="uber_utils.js"></include>
cr.define('uber_frame', function() {
« no previous file with comments | « chrome/browser/resources/sync_promo/sync_promo.js ('k') | chrome/browser/ui/webui/chrome_web_ui_data_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698