Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
index e404a47b9be0917df57aea3eb8566eff504355de..4d2457ae26777b0813800983daa4bb7f9edc2cac 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
@@ -99,7 +99,7 @@ LocationBarViewMac::LocationBarViewMac( |
mic_search_decoration_(new MicSearchDecoration(command_updater)), |
generated_credit_card_decoration_( |
new GeneratedCreditCardDecoration(this)), |
- search_button_decoration_(new SearchButtonDecoration()), |
+ search_button_decoration_(new SearchButtonDecoration(this)), |
profile_(profile), |
browser_(browser), |
weak_ptr_factory_(this) { |