| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> |
| 4 <title>$i18n{headerText}</title> | 5 <title>$i18n{headerText}</title> |
| 5 | 6 |
| 6 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 7 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 7 <link rel="import" href="chrome://resources/html/cr.html"> | 8 <link rel="import" href="chrome://resources/html/cr.html"> |
| 8 <link rel="import" href="chrome://resources/html/polymer.html"> | 9 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 9 <link rel="import" href="chrome://resources/html/util.html"> | 10 <link rel="import" href="chrome://resources/html/util.html"> |
| 10 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h
tml"> | 11 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h
tml"> |
| 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> | 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> |
| 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht
ml"> | 13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht
ml"> |
| 13 | 14 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 </div> | 74 </div> |
| 74 </template> | 75 </template> |
| 75 </div> | 76 </div> |
| 76 <paper-button class="button" on-tap="onContinue"> | 77 <paper-button class="button" on-tap="onContinue"> |
| 77 $i18n{continueText} | 78 $i18n{continueText} |
| 78 </paper-button> | 79 </paper-button> |
| 79 </div> | 80 </div> |
| 80 </template> | 81 </template> |
| 81 </body> | 82 </body> |
| 82 </html> | 83 </html> |
| OLD | NEW |