| Index: chrome/browser/resources/reader_out_of_date.html
|
| diff --git a/chrome/browser/resources/reader_out_of_date.html b/chrome/browser/resources/reader_out_of_date.html
|
| index df20c5b4404c0a5c0ab230199464fdd150888cfb..66ac7e2701706b64196a211a2e49a06bd8ce5212 100644
|
| --- a/chrome/browser/resources/reader_out_of_date.html
|
| +++ b/chrome/browser/resources/reader_out_of_date.html
|
| @@ -74,11 +74,11 @@ function getChecked() {
|
| </script>
|
| </head>
|
| <body oncontextmenu="return false;">
|
| -<div class="background"><img src="ssl_roadblock_background.png" width="100%" height="100%" alt="background" onmousedown="return false;"></div>
|
| +<div class="background"><img src="ssl/roadblock_background.png" width="100%" height="100%" alt="background" onmousedown="return false;"></div>
|
| <table width="100%" cellspacing="0" cellpadding="0">
|
| <td class="cell" valign="middle" align="center">
|
| <div class="box">
|
| - <div class="icon"><img src="ssl_roadblock_icon.png" alt="Reader out of date icon" onmousedown="return false;"></div>
|
| + <div class="icon"><img src="ssl/roadblock_icon.png" alt="Reader out of date icon" onmousedown="return false;"></div>
|
| <div class="title" i18n-content="headLine"></div>
|
| <div class="main">
|
| <form name="form" class="submission">
|
|
|