| Index: chrome/browser/resources/ntp4/recently_closed.css
|
| diff --git a/chrome/browser/resources/ntp4/recently_closed.css b/chrome/browser/resources/ntp4/recently_closed.css
|
| index 35cc5a1570e69e284383c132719d0bf724c09097..cd849945b823c82c4e080fe23aa9a5279d647814 100644
|
| --- a/chrome/browser/resources/ntp4/recently_closed.css
|
| +++ b/chrome/browser/resources/ntp4/recently_closed.css
|
| @@ -71,7 +71,7 @@ html[dir='rtl'] .recent-menu-item {
|
| }
|
|
|
| .recent-window {
|
| - background-image: url('../ntp/closed_window.png');
|
| + background-image: url('images/closed_window.png');
|
| }
|
|
|
| /* TODO(estade): find a better color for active. */
|
| @@ -86,5 +86,5 @@ html[dir='rtl'] .recent-menu-item {
|
| display: inline-block;
|
| height: 9px;
|
| width: 9px;
|
| - -webkit-mask-image: url('./ntp4_disclosure_triangle_mask.png');
|
| + -webkit-mask-image: url('images/disclosure_triangle_mask.png');
|
| }
|
|
|