| Index: chrome/browser/resources/security_warnings/interstitial_v2.css
|
| diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.css b/chrome/browser/resources/security_warnings/interstitial_v2.css
|
| index 9c605f4011d253620afdf766b33bbe07efa03ff3..bf8044626d6b2d871ce5a64617da1239c89d3ab7 100644
|
| --- a/chrome/browser/resources/security_warnings/interstitial_v2.css
|
| +++ b/chrome/browser/resources/security_warnings/interstitial_v2.css
|
| @@ -176,8 +176,8 @@ input[type=checkbox] {
|
|
|
| .captive-portal .icon {
|
| background-image: -webkit-image-set(
|
| - url(../../../app/theme/default_100_percent/common/error_network_offline.png) 1x,
|
| - url(../../../app/theme/default_200_percent/common/error_network_offline.png) 2x);
|
| + url(images/1x/captive_portal_page_icon.png) 1x,
|
| + url(images/2x/captive_portal_page_icon.png) 2x);
|
| }
|
|
|
| .styled-checkbox {
|
|
|