| Index: chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/star_decoration.h b/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| index 6ec7d0d6f289fe5f400f5e16ad7dccfa598c6fab..691f52e589ea56e7455ed461333af4c4b5adb710 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| @@ -38,7 +38,7 @@ class StarDecoration : public ImageDecoration {
|
| CommandUpdater* command_updater_; // Weak, owned by Browser.
|
|
|
| // The string to show for a tooltip.
|
| - scoped_nsobject<NSString> tooltip_;
|
| + base::scoped_nsobject<NSString> tooltip_;
|
|
|
| // Whether the star icon is lit.
|
| bool starred_;
|
|
|