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

Unified Diff: chrome/browser/chromeos/policy/device_local_account_browsertest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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/chromeos/policy/device_local_account_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
index 7acfcde0cf0da7526c0870a5282cc1461854a855..ab17e7c41149787ee4820d9cf196dd79e3283c91 100644
--- a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
+++ b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
@@ -174,8 +174,8 @@ class DeviceLocalAccountTest : public InProcessBrowserTest {
virtual void CleanUpOnMainThread() OVERRIDE {
// This shuts down the login UI.
- MessageLoop::current()->PostTask(FROM_HERE,
- base::Bind(&chrome::AttemptExit));
+ base::MessageLoop::current()->PostTask(FROM_HERE,
+ base::Bind(&chrome::AttemptExit));
base::RunLoop().RunUntilIdle();
}

Powered by Google App Engine
This is Rietveld 408576698