| Index: chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| index ee7d99fe2b67d4f882035913b9ef7de4a01d788b..b17e7d8ca1ed5924296df337fc1334f9b85c80b0 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| @@ -44,7 +44,7 @@ class EVBubbleDecoration : public BubbleDecoration {
|
|
|
| private:
|
| // The real label. BubbleDecoration's label may be elided.
|
| - scoped_nsobject<NSString> full_label_;
|
| + base::scoped_nsobject<NSString> full_label_;
|
|
|
| LocationIconDecoration* location_icon_; // weak, owned by location bar.
|
|
|
|
|