| Index: chrome/browser/resources/welcome/win10/sectioned.html
|
| diff --git a/chrome/browser/resources/welcome/win10/sectioned.html b/chrome/browser/resources/welcome/win10/sectioned.html
|
| index 378a9576c434ddcbb0a67ec4335e86949dd3652a..a9269eb054c4e6fb11bc09c6d553f16e04430e64 100644
|
| --- a/chrome/browser/resources/welcome/win10/sectioned.html
|
| +++ b/chrome/browser/resources/welcome/win10/sectioned.html
|
| @@ -8,6 +8,7 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/html/util.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
|
| + <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
|
|
|
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| @@ -54,7 +55,7 @@
|
| </div>
|
| </template>
|
| </div>
|
| - <a href="#" class="button" on-tap="onContinue">$i18n{continueText}</a>
|
| + <paper-button class="button" on-tap="onContinue">$i18n{continueText}</paper-button>
|
| </div>
|
| </div>
|
| <div class="bg">
|
|
|