| Index: ui/webui/resources/cr_elements/network/cr_network_select.html
|
| diff --git a/ui/webui/resources/cr_elements/network/cr_network_select.html b/ui/webui/resources/cr_elements/network/cr_network_select.html
|
| index d0d12d1d4aad7464cc0a53626529a32763708ab4..6660fab35f207aac0a4900ccc3d6bc324204ee07 100644
|
| --- a/ui/webui/resources/cr_elements/network/cr_network_select.html
|
| +++ b/ui/webui/resources/cr_elements/network/cr_network_select.html
|
| @@ -1,11 +1,11 @@
|
| <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/iron-flex-layout/iron-flex-layout-classes.html">
|
| <link rel="import" href="chrome://resources/cr_elements/network/cr_network_list.html">
|
| <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html">
|
|
|
| <dom-module id="cr-network-select">
|
| <template>
|
| - <style>
|
| + <style include="iron-flex">
|
| :host {
|
| display: inline-flex;
|
| }
|
|
|