| 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 717ff905cf2fc670835da652e19fa764b47eb018..6416babd753ddd4dae5587ac18d7887d2b1875cb 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -3,7 +3,6 @@
|
| <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout-classes.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.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-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="/clear_browsing_data_dialog/clear_browsing_data_dialog.html">
|
| <link rel="import" href="/controls/settings_checkbox.html">
|
| @@ -15,6 +14,7 @@
|
| <link rel="import" href="/site_settings/constants.html">
|
| <link rel="import" href="/site_settings/media_picker.html">
|
| <link rel="import" href="/site_settings/protocol_handlers.html">
|
| +<link rel="import" href="/site_settings/site_settings_category.html">
|
| <link rel="import" href="/site_settings/usb_devices.html">
|
| <link rel="import" href="/site_settings/site_data.html">
|
| <link rel="import" href="/site_settings/zoom_levels.html">
|
|
|