Index: chrome/browser/ui/browser_tab_strip_model_delegate.cc |
diff --git a/chrome/browser/ui/browser_tab_strip_model_delegate.cc b/chrome/browser/ui/browser_tab_strip_model_delegate.cc |
index 182791519886d8ead6dc9fcc26a8f6d73f718d84..fcf5f4f65c2ecbb1df1df98b478764643b7dcb4f 100644 |
--- a/chrome/browser/ui/browser_tab_strip_model_delegate.cc |
+++ b/chrome/browser/ui/browser_tab_strip_model_delegate.cc |
@@ -107,7 +107,7 @@ void BrowserTabStripModelDelegate::CloseFrameAfterDragSession() { |
// This is scheduled to run after we return to the message loop because |
// otherwise the frame will think the drag session is still active and ignore |
// the request. |
- MessageLoop::current()->PostTask( |
+ base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&BrowserTabStripModelDelegate::CloseFrame, |
weak_factory_.GetWeakPtr())); |