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 b6c4a49282f0ff80c0a58ea5b8cb991e8a855258..a0b2a21ce089e82696b89986cffb61aff3a4e4ac 100644 |
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html |
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html |
@@ -5,11 +5,9 @@ |
<link rel="import" href="chrome://md-settings/checkbox/checkbox.html"> |
<dom-module id="cr-settings-privacy-page"> |
- <link rel="import" type="css" |
- href="chrome://md-settings/settings_page/settings_page.css"> |
<link rel="import" type="css" href="privacy_page.css"> |
<template> |
- <paper-material> |
+ <cr-settings-section page-title="[[pageTitle]]" icon="[[icon]]"> |
<p class="privacy-explanation" |
i18n-values=".innerHTML:improveBrowsingExperience"> |
</p> |
@@ -63,7 +61,7 @@ |
<cr-button raised i18n-content="clearBrowsingDataLabel"> |
</cr-button> |
</div> |
- </paper-material> |
+ </cr-settings-section> |
</template> |
<script src="privacy_page.js"></script> |
</dom-module> |