| Index: chrome/browser/ui/cocoa/status_bubble_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/status_bubble_mac.mm b/chrome/browser/ui/cocoa/status_bubble_mac.mm
|
| index 99f8d981ff664be567a4af1fcbfe7f5da8d9493a..e5e46e0a7f61d7bba5164b67ba7a45ec27b1dad9 100644
|
| --- a/chrome/browser/ui/cocoa/status_bubble_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/status_bubble_mac.mm
|
| @@ -374,7 +374,7 @@ void StatusBubbleMac::Create() {
|
| // teardown sequence in BWC guarantees that |parent_| outlives the status
|
| // bubble and that the StatusBubble is torn down completely prior to the
|
| // window going away.
|
| - scoped_nsobject<BubbleView> view(
|
| + base::scoped_nsobject<BubbleView> view(
|
| [[BubbleView alloc] initWithFrame:NSZeroRect themeProvider:parent_]);
|
| [window_ setContentView:view];
|
|
|
|
|