| Index: ui/base/cocoa/menu_controller.h
|
| diff --git a/ui/base/cocoa/menu_controller.h b/ui/base/cocoa/menu_controller.h
|
| index a85640468a6163912e16bf57c16b359dade1ae1f..2082ab317296d1224aaadc4676d7ec45b1f55b93 100644
|
| --- a/ui/base/cocoa/menu_controller.h
|
| +++ b/ui/base/cocoa/menu_controller.h
|
| @@ -35,7 +35,7 @@ UI_EXPORT
|
| // |-initWithModel:useWithPopUpButtonCell:| or after the first call to |-menu|.
|
| @property(nonatomic) BOOL useWithPopUpButtonCell;
|
|
|
| -+ (string16)elideMenuTitle:(const string16&)title
|
| ++ (string16)elideMenuTitle:(const base::string16&)title
|
| toWidth:(int)width;
|
|
|
| // NIB-based initializer. This does not create a menu. Clients can set the
|
|
|