| Index: ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
|
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js b/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
|
| index 7220bac6fed6e48069ddeb6db5b71db6604a2a72..4d2cee4caf622784d9ea9128d16343c211bc451b 100644
|
| --- a/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
|
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
|
| @@ -55,7 +55,7 @@ var CrPolicyIndicatorBehavior = {
|
| default:
|
| assertNotReached();
|
| }
|
| - return 'cr-icons:' + icon;
|
| + return 'cr:' + icon;
|
| },
|
|
|
| /**
|
|
|