| Index: chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| index f8699fee9cbc1033f8c684e3bfc35f5737015656..3405c0aa3c5dc0f4dd3beb9e87478068aa986541 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| @@ -134,7 +134,7 @@ NSColor* SubtextColor() {
|
| continue;
|
|
|
| if (controller_->identifiers()[i] ==
|
| - WebKit::WebAutofillClient::MenuItemIDSeparator) {
|
| + blink::WebAutofillClient::MenuItemIDSeparator) {
|
| [self drawSeparatorWithBounds:rowBounds];
|
| } else {
|
| NSString* name = SysUTF16ToNSString(controller_->names()[i]);
|
|
|