| Index: chrome/browser/resources/settings/internet_page/network_proxy.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_proxy.html b/chrome/browser/resources/settings/internet_page/network_proxy.html
|
| index 633c46c30e49474f7c09908a5367e5bcc96cd3ac..083d2fe517dbb0eef8c3c9a3cd65d2426dc75033 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_proxy.html
|
| +++ b/chrome/browser/resources/settings/internet_page/network_proxy.html
|
| @@ -1,4 +1,5 @@
|
| <link rel="import" href="chrome://resources/html/polymer.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/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| @@ -13,7 +14,7 @@
|
|
|
| <dom-module id="network-proxy">
|
| <template>
|
| - <style include="internet-shared">
|
| + <style include="iron-flex internet-shared">
|
| cr-policy-network-indicator {
|
| -webkit-margin-end: 10px;
|
| }
|
|
|