| Index: chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm
|
| diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm
|
| index 4d7bbcc7170325491929fd05950320949c5e943e..7eeb6a86d914a591d4b1984e425ac9ca0e91136a 100644
|
| --- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm
|
| +++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm
|
| @@ -465,15 +465,12 @@ NSAttributedString* CreateClassifiedAttributedString(
|
| }
|
| maxLines_ = 1;
|
| }
|
| + propertyReleaser_OmniboxPopupCellData_.Init(self,
|
| + [OmniboxPopupCellData class]);
|
| }
|
| return self;
|
| }
|
|
|
| -- (void)dealloc {
|
| - [incognitoImage_ release];
|
| - [super dealloc];
|
| -}
|
| -
|
| - (instancetype)copyWithZone:(NSZone*)zone {
|
| return [self retain];
|
| }
|
|
|