Index: chrome/browser/resources/downloads/downloads.html |
=================================================================== |
--- chrome/browser/resources/downloads/downloads.html (revision 177292) |
+++ chrome/browser/resources/downloads/downloads.html (working copy) |
@@ -3,7 +3,7 @@ |
<head> |
<meta charset="utf-8"> |
<title i18n-content="title"></title> |
- <link rel="stylesheet" href="../shared/css/chrome_shared.css"> |
+ <link rel="stylesheet" href="../../../../ui/webui/resources/css/chrome_shared.css"> |
<!-- This has to come after chrome_shared.css --> |
<link rel="stylesheet" href="downloads.css"> |
<script src="chrome://resources/js/load_time_data.js"></script> |
@@ -13,7 +13,7 @@ |
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
<div class="header"> |
<a id="search-link" href=""> |
- <img src="../shared/images/downloads_section.png" |
+ <img src="../../../../ui/webui/resources/images/downloads_section.png" |
width="67" height="67" class="logo" border="0"> |
</a> |
<input id="term" type="search" tabindex=1 |