Index: chrome/browser/views/location_bar/star_view.cc |
=================================================================== |
--- chrome/browser/views/location_bar/star_view.cc (revision 53894) |
+++ chrome/browser/views/location_bar/star_view.cc (working copy) |
@@ -31,7 +31,7 @@ |
// name right after we modify the tooltip text for this view. |
SetAccessibleName(l10n_util::GetString(IDS_ACCNAME_STAR)); |
SetImage(ResourceBundle::GetSharedInstance().GetBitmapNamed( |
- on ? IDR_OMNIBOX_STAR_LIT : IDR_OMNIBOX_STAR)); |
+ on ? IDR_STAR_LIT : IDR_STAR)); |
} |
bool StarView::GetAccessibleRole(AccessibilityTypes::Role* role) { |