| Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| index a237d51f1033b099e0b5b6fc0e7f570e2df19aa5..a747b1f373a716999d046d5b0586f9418ebb0e44 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -199,8 +199,8 @@
|
| $i18n{clearBrowsingDataDescription}
|
| </div>
|
| </div>
|
| - <button class="subpage-arrow" is="paper-icon-button-light"
|
| - aria-label="$i18n{clearBrowsingData}"
|
| + <button is="paper-icon-button-light" id="clearBrowsingDataTrigger"
|
| + class="subpage-arrow" aria-label="$i18n{clearBrowsingData}"
|
| aria-describedby="clearBrowsingDataSecondary"></button>
|
| </div>
|
| </neon-animatable>
|
|
|