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

Unified Diff: chrome/browser/resources/sync_promo/sync_promo.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
« no previous file with comments | « chrome/browser/resources/sync_promo/sync_promo.html ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_promo/sync_promo.js
===================================================================
--- chrome/browser/resources/sync_promo/sync_promo.js (revision 177292)
+++ chrome/browser/resources/sync_promo/sync_promo.js (working copy)
@@ -4,8 +4,8 @@
// TODO(sail): Refactor options_page and remove this include.
<include src="../options/options_page.js"/>
-<include src="../shared/js/util.js"/>
<include src="../sync_setup_overlay.js"/>
+<include src="../../../../ui/webui/resources/js/util.js"/>
cr.define('sync_promo', function() {
/**
« no previous file with comments | « chrome/browser/resources/sync_promo/sync_promo.html ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698