Index: ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html |
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html b/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html |
index 29dd12242c60f2618f7ca0dc8789cc62efeaff70..c4b4d40a8a08d924ed2aa9627f211026539b382d 100644 |
--- a/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html |
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html |
@@ -1,4 +1,5 @@ |
<link rel="import" href="chrome://resources/cr_elements/icons.html"> |
+<link rel="import" href="chrome://resources/cr_elements/hidden_style_css.html"> |
<link rel="import" href="chrome://resources/html/polymer.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-tooltip/paper-tooltip.html"> |
@@ -7,7 +8,7 @@ |
<link rel="import" href="cr_policy_vars_css.html"> |
<dom-module id="cr-policy-network-indicator"> |
- <style> |
+ <style include="cr-hidden-style"> |
:host { |
@apply(--cr-policy-indicator); |
} |