Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.cc

Issue 14307023: chrome: Use base::MessageLoop. (Part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()));

Powered by Google App Engine
This is Rietveld 408576698