| Index: chrome/browser/resources/settings/internet_page/network_property_list.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| index 020b54272a4735c3e850227851cff3b36992f62c..7841ccec3f779ec89057fd044c578ab071a06780 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| +++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| @@ -1,8 +1,9 @@
|
| +<link rel="import" href="chrome://resources/html/polymer.html">
|
| +
|
| <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html">
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network_behavior.html">
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network_indicator.html">
|
| <link rel="import" href="chrome://resources/html/i18n_behavior.html">
|
| -<link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input-container.html">
|
| <link rel="import" href="internet_shared_css.html">
|
|
|
|
|