| Index: chrome/browser/views/browser_bubble.h
|
| diff --git a/chrome/browser/views/browser_bubble.h b/chrome/browser/views/browser_bubble.h
|
| index 03e9377448b86eddd32a077f5c7eebec68c8a4a6..ed03fa010620f012b15ae573ff7cf0f78c630903 100644
|
| --- a/chrome/browser/views/browser_bubble.h
|
| +++ b/chrome/browser/views/browser_bubble.h
|
| @@ -90,7 +90,7 @@ class BrowserBubble {
|
| views::View* view_;
|
|
|
| // The widget that this bubble is in.
|
| - scoped_ptr<views::Widget> popup_;
|
| + views::Widget* popup_;
|
|
|
| // The bounds relative to the frame.
|
| gfx::Rect bounds_;
|
|
|