| Index: chrome/browser/resources/file_manager/slideshow.html
|
| diff --git a/chrome/browser/resources/file_manager/slideshow.html b/chrome/browser/resources/file_manager/slideshow.html
|
| index bae48113fb982947a1b7b9f89b1dff2def769ce5..00cee9446ef9e715d9d5e6c4f5fcff765e801062 100644
|
| --- a/chrome/browser/resources/file_manager/slideshow.html
|
| +++ b/chrome/browser/resources/file_manager/slideshow.html
|
| @@ -46,7 +46,7 @@ body {
|
| }
|
|
|
| #prevbutton > div {
|
| - background: url('chrome://resources/images/mediaplayer_prev.png');
|
| + background: url('images/mediaplayer_prev.png');
|
| background-repeat: no-repeat;
|
| background-position: 4px 8px;
|
| width: 100%;
|
| @@ -76,7 +76,7 @@ body {
|
| }
|
|
|
| #nextbutton > div {
|
| - background: url('chrome://resources/images/mediaplayer_next.png');
|
| + background: url('images/mediaplayer_next.png');
|
| background-repeat: no-repeat;
|
| background-position: 4px 8px;
|
| width: 100%;
|
|
|