| OLD | NEW |
| 1 <link rel="import" href="a11y_page/a11y_page.html"> | 1 <html> |
| 2 <link rel="import" href="downloads_page/downloads_page.html"> | 2 <head></head> |
| 3 <link rel="import" href="languages_page/languages_page.html"> | 3 <body> |
| 4 <link rel="import" href="passwords_and_forms_page/passwords_and_forms_page.html"
> | 4 <link rel="import" href="a11y_page/a11y_page.html"> |
| 5 <link rel="import" href="printing_page/printing_page.html"> | 5 <link rel="import" href="downloads_page/downloads_page.html"> |
| 6 <link rel="import" href="privacy_page/privacy_page.html"> | 6 <link rel="import" href="languages_page/languages_page.html"> |
| 7 <link rel="import" href="reset_page/reset_page.html"> | 7 <link rel="import" href="passwords_and_forms_page/passwords_and_forms_page.htm
l"> |
| 8 <link rel="import" href="printing_page/printing_page.html"> |
| 9 <link rel="import" href="privacy_page/privacy_page.html"> |
| 10 <link rel="import" href="reset_page/reset_page.html"> |
| 8 | 11 |
| 9 <if expr="chromeos"> | 12 <if expr="chromeos"> |
| 10 <link rel="import" href="date_time_page/date_time_page.html"> | 13 <link rel="import" href="date_time_page/date_time_page.html"> |
| 11 </if> | 14 </if> |
| 12 | 15 |
| 13 <if expr="not chromeos"> | 16 <if expr="not chromeos"> |
| 14 <link rel="import" href="system_page/system_page.html"> | 17 <link rel="import" href="system_page/system_page.html"> |
| 15 </if> | 18 </if> |
| 19 </body> |
| 20 </html> |
| OLD | NEW |