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

Unified Diff: chrome/browser/resources/sync_promo/sync_promo.js

Issue 8502042: Sync Promo: Fix up focus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: alpha sort Created 9 years 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/sync_promo/sync_promo.js
diff --git a/chrome/browser/resources/sync_promo.js b/chrome/browser/resources/sync_promo/sync_promo.js
similarity index 99%
rename from chrome/browser/resources/sync_promo.js
rename to chrome/browser/resources/sync_promo/sync_promo.js
index d2a62103186d072338c0b6623e12cfb8955ad51c..731587419e6d8c37945a8e5f47fd893b9c658fc8 100644
--- a/chrome/browser/resources/sync_promo.js
+++ b/chrome/browser/resources/sync_promo/sync_promo.js
@@ -3,8 +3,8 @@
// found in the LICENSE file.
// TODO(sail): Refactor options_page and remove this include.
-<include src="options/options_page.js"/>
-<include src="sync_setup_overlay.js"/>
+<include src="../options/options_page.js"/>
+<include src="../sync_setup_overlay.js"/>
cr.define('sync_promo', function() {
/**
« no previous file with comments | « chrome/browser/resources/sync_promo/sync_promo.html ('k') | chrome/browser/resources/sync_promo_minimize.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698