Index: chrome/browser/resources/settings/a11y_page/a11y_page.html |
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html |
index a0e67bf69ddf13b348751750a9dad6ca7b24105a..58c4b444c6efd6b229eca9b5e849dcba165eb495 100644 |
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html |
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html |
@@ -1,13 +1,11 @@ |
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> |
-<link rel="import" href="chrome://resources/polymer/v1_0/paper-material/paper-material.html"> |
<link rel="import" href="chrome://md-settings/checkbox/checkbox.html"> |
+<link rel="import" href="chrome://md-settings/settings_page/settings_section.html"> |
<dom-module id="cr-settings-a11y-page"> |
- <link rel="import" type="css" |
- href="chrome://md-settings/settings_page/settings_page.css"> |
<link rel="import" type="css" href="a11y_page.css"> |
<template> |
- <paper-material> |
+ <cr-settings-section page-title="[[pageTitle]]" icon="[[icon]]"> |
michaelpg
2015/07/21 22:04:01
Distributing all of the page content to another el
tommycli
2015/07/22 19:06:42
Done.
|
<div class="more-a11y-link"> |
<a href="https://chrome.google.com/webstore/category/collection/accessibility" |
target="_blank" i18n-content="moreFeaturesLink"></a> |
@@ -63,7 +61,7 @@ |
</cr-settings-checkbox> |
</if> |
- </paper-material> |
+ </cr-settings-section> |
</template> |
<script src="a11y_page.js"></script> |
</dom-module> |