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

Unified Diff: chrome/browser/ui/cocoa/keystone_infobar_delegate.mm

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/cocoa/keystone_infobar_delegate.mm
diff --git a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
index 0ac215099dfb7f7b947454030552ae3c0d60927f..7543e9017d726dcce3881a3411e433785910678b 100644
--- a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
+++ b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
@@ -101,7 +101,7 @@ KeystonePromotionInfoBarDelegate::KeystonePromotionInfoBarDelegate(
weak_ptr_factory_(this) {
const base::TimeDelta kCanExpireOnNavigationAfterDelay =
base::TimeDelta::FromSeconds(8);
- MessageLoop::current()->PostDelayedTask(FROM_HERE,
+ base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
base::Bind(&KeystonePromotionInfoBarDelegate::SetCanExpire,
weak_ptr_factory_.GetWeakPtr()),
kCanExpireOnNavigationAfterDelay);

Powered by Google App Engine
This is Rietveld 408576698