| Index: chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm b/chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm
|
| index 25699dbbc34558f2c29e114514228e27b588fbf6..76f89e684594cce8c762cf8721718ba98f56af86 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm
|
| @@ -74,8 +74,9 @@ class ZoomDecorationTest : public InProcessBrowserTest {
|
|
|
| void OnZoomChanged(const content::HostZoomMap::ZoomLevelChange& host) {
|
| if (should_quit_on_zoom_) {
|
| - MessageLoop::current()->PostTask(FROM_HERE, base::Bind(
|
| - &MessageLoop::Quit, base::Unretained(MessageLoop::current())));
|
| + base::MessageLoop::current()->PostTask(FROM_HERE, base::Bind(
|
| + &base::MessageLoop::Quit,
|
| + base::Unretained(base::MessageLoop::current())));
|
| }
|
| }
|
|
|
|
|