| 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..7428a62660b68d01c4df569e2b38621dc4eb3ff0 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:(NSInteger)row;
|
|
|
| @end
|
|
|
|
|