| 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 7b05df4a2d744f42cf805911b48ce5563a3fc267..c97bc0863fda2e70ee408cb9c14e828cbb0344aa 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%;
|
|
|