| 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 de004680b9adbc815987088c8c3c5344f9ec5a13..ca0fc9632822ef09dddd96bb27ee4310b64ca054 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -1,5 +1,4 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.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="/clear_browsing_data_dialog/clear_browsing_data_dialog.html">
|
| @@ -32,7 +31,7 @@
|
| </template>
|
| <settings-animated-pages id="pages" section="privacy">
|
| <neon-animatable id="main">
|
| - <div class="settings-box block first">
|
| + <div class="settings-box single-column first">
|
| <p class="privacy-explanation">
|
| $i18nRaw{improveBrowsingExperience}
|
| </p>
|
|
|