| Index: chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
|
| index 7cdcaad41a0e66704645116c243eace1c8909214..5547318530270a98c4b3fc41970c49cbcfc6ef95 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
|
| @@ -33,7 +33,7 @@ class AutofillPopupViewCocoaDelegate;
|
| // destroyed.
|
| - (void)controllerDestroyed;
|
|
|
| -- (void)invalidateRow:(size_t)row;
|
| +- (void)invalidateRow:(int)row;
|
|
|
| @end
|
|
|
|
|