| OLD | NEW |
| 1 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
| 3 found in the LICENSE file. --> | 3 found in the LICENSE file. --> |
| 4 <!DOCTYPE HTML> | 4 <!DOCTYPE HTML> |
| 5 <html i18n-values="dir:textdirection"> | 5 <html i18n-values="dir:textdirection"> |
| 6 <head> | 6 <head> |
| 7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
| 8 <title i18n-content="promoPageTitle"></title> | 8 <title i18n-content="promoPageTitle"></title> |
| 9 <script src="chrome://resources/js/load_time_data.js"></script> | 9 <script src="chrome://resources/js/load_time_data.js"></script> |
| 10 <script src="chrome://resources/js/cr.js"></script> | 10 <script src="chrome://resources/js/cr.js"></script> |
| 11 <script src="chrome://resources/js/util.js"></script> | 11 <script src="chrome://resources/js/util.js"></script> |
| 12 <script src="chrome://resources/js/cr/event_target.js"></script> | 12 <script src="chrome://resources/js/cr/event_target.js"></script> |
| 13 <script src="../strings.js"></script> | 13 <script src="../strings.js"></script> |
| 14 <script src="sync_promo.js"></script> | 14 <script src="sync_promo.js"></script> |
| 15 <link rel="stylesheet" href="../shared/css/throbber.css"> | 15 <link rel="stylesheet" href="../../../../ui/webui/resources/css/throbber.css"> |
| 16 <link rel="stylesheet" href="../shared/css/widgets.css"> | 16 <link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css"> |
| 17 <link rel="stylesheet" href="../sync_setup_overlay.css"> | 17 <link rel="stylesheet" href="../sync_setup_overlay.css"> |
| 18 <link rel="stylesheet" href="sync_promo.css"> | 18 <link rel="stylesheet" href="sync_promo.css"> |
| 19 </head> | 19 </head> |
| 20 <body> | 20 <body> |
| 21 <div id="sync-promo"> | 21 <div id="sync-promo"> |
| 22 <div id="sync-promo-contents"> | 22 <div id="sync-promo-contents"> |
| 23 <include src="../sync_setup_overlay.html"> | 23 <include src="../sync_setup_overlay.html"> |
| 24 </div> | 24 </div> |
| 25 </div> | 25 </div> |
| 26 </body> | 26 </body> |
| 27 <script src="chrome://resources/js/i18n_template2.js"></script> | 27 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 28 </html> | 28 </html> |
| OLD | NEW |