| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index ad710b4bbea066440b19fb195c858e43bc449ced..aace935bbb07e246b4754b617937b4d2c0ad02bf 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -145,7 +145,7 @@ LocationBarViewMac::~LocationBarViewMac() {
|
| void LocationBarViewMac::ShowFirstRunBubble() {
|
| // We need the browser window to be shown before we can show the bubble, but
|
| // we get called before that's happened.
|
| - MessageLoop::current()->PostTask(FROM_HERE,
|
| + base::MessageLoop::current()->PostTask(FROM_HERE,
|
| base::Bind(&LocationBarViewMac::ShowFirstRunBubbleInternal,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| }
|
|
|