| 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 ec510a6f0b26cd29636480b178745f55143ed193..70e22422087d05ae22da231f7528964990a4033f 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
|
| @@ -218,7 +218,7 @@ void LocationBarViewMac::UpdateOpenPDFInReaderPrompt() {
|
| // Not implemented on Mac.
|
| }
|
|
|
| -void LocationBarViewMac::UpdateAutofillCreditCardView() {
|
| +void LocationBarViewMac::UpdateGeneratedCreditCardView() {
|
| // TODO(dbeam): encourage groby@ to implement via prodding or chocolate.
|
| NOTIMPLEMENTED();
|
| }
|
|
|