Index: chrome/browser/resources/history.html |
=================================================================== |
--- chrome/browser/resources/history.html (revision 52142) |
+++ chrome/browser/resources/history.html (working copy) |
@@ -1135,7 +1135,7 @@ |
margin-top:18px; |
} |
.title > .starred { |
- background:url('../../app/theme/star_small.png'); |
+ background:url('shared/images/star_small.png'); |
background-repeat:no-repeat; |
display:inline-block; |
margin-left:12px; |
@@ -1172,7 +1172,7 @@ |
<body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
<div class="header"> |
<a href="" onclick="setSearch(''); return false;"> |
- <img src="../../app/theme/history_section.png" |
+ <img src="shared/images/history_section.png" |
width="67" height="67" class="logo" border="0"></a> |
<form method="post" action="" |
onsubmit="setSearch(this.term.value); return false;" |