| Index: chrome/browser/resources/sync_promo/sync_promo.html
|
| diff --git a/chrome/browser/resources/sync_promo.html b/chrome/browser/resources/sync_promo/sync_promo.html
|
| similarity index 76%
|
| rename from chrome/browser/resources/sync_promo.html
|
| rename to chrome/browser/resources/sync_promo/sync_promo.html
|
| index 1aa80a6f062d8958ca9017d81075cf814544c0f6..4bcdd52ef76239b5e45ca1f2aa1c957b15731314 100644
|
| --- a/chrome/browser/resources/sync_promo.html
|
| +++ b/chrome/browser/resources/sync_promo/sync_promo.html
|
| @@ -10,17 +10,17 @@
|
| <script src="chrome://resources/js/cr.js"></script>
|
| <script src="chrome://resources/js/util.js"></script>
|
| <script src="chrome://resources/js/cr/event_target.js"></script>
|
| -<script src="strings.js"></script>
|
| +<script src="../strings.js"></script>
|
| <script src="sync_promo.js"></script>
|
| -<link rel="stylesheet" href="shared/css/button.css">
|
| -<link rel="stylesheet" href="shared/css/throbber.css">
|
| -<link rel="stylesheet" href="sync_setup_overlay.css">
|
| +<link rel="stylesheet" href="../shared/css/button.css">
|
| +<link rel="stylesheet" href="../shared/css/throbber.css">
|
| +<link rel="stylesheet" href="../sync_setup_overlay.css">
|
| <link rel="stylesheet" href="sync_promo.css">
|
| </head>
|
| <body>
|
| <div id="sync-promo">
|
| <div id="sync-promo-contents">
|
| - <include src="sync_setup_overlay.html">
|
| + <include src="../sync_setup_overlay.html">
|
| </div>
|
| </div>
|
| </body>
|
|
|