Index: chrome/browser/cocoa/location_bar/selected_keyword_decoration.mm |
=================================================================== |
--- chrome/browser/cocoa/location_bar/selected_keyword_decoration.mm (revision 53894) |
+++ chrome/browser/cocoa/location_bar/selected_keyword_decoration.mm (working copy) |
@@ -14,8 +14,8 @@ |
SelectedKeywordDecoration::SelectedKeywordDecoration(NSFont* font) |
: BubbleDecoration(font) { |
- search_image_.reset( |
- [AutocompleteEditViewMac::ImageForResource(IDR_OMNIBOX_SEARCH) retain]); |
+ search_image_.reset([AutocompleteEditViewMac::ImageForResource( |
+ IDR_KEYWORD_SEARCH_MAGNIFIER) retain]); |
// Matches the color of the highlighted line in the popup. |
NSColor* background_color = [NSColor selectedControlColor]; |