Chromium Code Reviews| 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; |
|
groby-ooo-7-16
2017/03/20 22:53:10
NSInteger please.
csashi
2017/03/20 23:13:30
Done.
|
| @end |