| Index: chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| index bdd9e6f3bff97af65370210197252016cd75e215..000245c46c546cca7dd7b887d464e9291d035f71 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| @@ -33,9 +33,9 @@ class SelectedKeywordDecoration : public BubbleDecoration {
|
| FRIEND_TEST_ALL_PREFIXES(SelectedKeywordDecorationTest,
|
| UsesPartialKeywordIfNarrow);
|
|
|
| - scoped_nsobject<NSImage> search_image_;
|
| - scoped_nsobject<NSString> full_string_;
|
| - scoped_nsobject<NSString> partial_string_;
|
| + base::scoped_nsobject<NSImage> search_image_;
|
| + base::scoped_nsobject<NSString> full_string_;
|
| + base::scoped_nsobject<NSString> partial_string_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SelectedKeywordDecoration);
|
| };
|
|
|