| Index: chrome/browser/cocoa/menu_button.mm
|
| diff --git a/chrome/browser/cocoa/menu_button.mm b/chrome/browser/cocoa/menu_button.mm
|
| index aed8034bfd079cc16162eb44b33f6264159fbf12..23d5d0ebdae1ac0aa0053105d8de51dd2eb39af6 100644
|
| --- a/chrome/browser/cocoa/menu_button.mm
|
| +++ b/chrome/browser/cocoa/menu_button.mm
|
| @@ -54,7 +54,7 @@
|
| // Reset various settings of the button and its associated |ClickHoldButtonCell|
|
| // to the standard state which provides reasonable defaults.
|
| - (void)resetToDefaults {
|
| - id cell = [self cell];
|
| + ClickHoldButtonCell* cell = [self cell];
|
| DCHECK([cell isKindOfClass:[ClickHoldButtonCell class]]);
|
| [cell setEnableClickHold:YES];
|
| [cell setClickHoldTimeout:0.0]; // Make menu trigger immediately.
|
|
|