| Index: chrome/browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm
|
| diff --git a/chrome/browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm b/chrome/browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm
|
| index 3d2095c160185170cbf7f94a602652af9240684c..82b0bf045ebd211917cf099dfdce60a29df98dc0 100644
|
| --- a/chrome/browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm
|
| +++ b/chrome/browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm
|
| @@ -57,7 +57,7 @@ CGFloat WidthForResults(NSAttributedString* resultsString) {
|
| // Convenience for the attributes used in the right-justified info
|
| // cells. Sets the background color to red if |foundMatches| is YES.
|
| - (NSDictionary*)resultsAttributes:(BOOL)foundMatches {
|
| - scoped_nsobject<NSMutableParagraphStyle> style(
|
| + base::scoped_nsobject<NSMutableParagraphStyle> style(
|
| [[NSMutableParagraphStyle alloc] init]);
|
| [style setAlignment:NSRightTextAlignment];
|
|
|
|
|