Index: chrome/browser/ui/ash/chrome_shell_delegate.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
index 56c448655cb0a831386b920aa20a56b564a2c121..041db416a62e6062925a3d1e5c5670cd2d5e25d8 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
@@ -165,7 +165,7 @@ void ChromeShellDelegate::RestoreTab() { |
// LoadTabsFromLastSession is asynchronous, so TabRestoreService has not |
// finished loading the entries at this point. Wait for next event cycle |
// which loads the restored tab entries. |
- MessageLoop::current()->PostTask( |
+ base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&ChromeShellDelegate::RestoreTab, |
weak_factory_.GetWeakPtr())); |