| Index: chrome/browser/resources/md_user_manager/shared_styles.html
|
| diff --git a/chrome/browser/resources/md_user_manager/shared_styles.html b/chrome/browser/resources/md_user_manager/shared_styles.html
|
| index 698f0d85fd1817f37f77d9ce8197add051549ae7..14e01b07314daf13d0f62f0e74afd15898d9fd0f 100644
|
| --- a/chrome/browser/resources/md_user_manager/shared_styles.html
|
| +++ b/chrome/browser/resources/md_user_manager/shared_styles.html
|
| @@ -80,8 +80,8 @@
|
|
|
| .product-logo {
|
| content: -webkit-image-set(
|
| - url(../../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo_name_22.png) 1x,
|
| - url(../../../app/theme/default_200_percent/%DISTRIBUTION%/product_logo_name_22.png) 2x);
|
| + url(../../../../components/resources/default_100_percent/%DISTRIBUTION%/product_logo_name_22.png) 1x,
|
| + url(../../../../components/resources/default_200_percent/%DISTRIBUTION%/product_logo_name_22.png) 2x);
|
| height: 22px;
|
| }
|
| </style>
|
|
|