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

Unified Diff: chrome/browser/importer/toolbar_importer_utils_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
« no previous file with comments | « chrome/browser/importer/importer_host.cc ('k') | chrome/browser/internal_auth_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/toolbar_importer_utils_browsertest.cc
diff --git a/chrome/browser/importer/toolbar_importer_utils_browsertest.cc b/chrome/browser/importer/toolbar_importer_utils_browsertest.cc
index 999dbf1ce4b51efc8c3dcefb518200892eba6c4a..1d71fcaef24366a648ad68679883a7e420288933 100644
--- a/chrome/browser/importer/toolbar_importer_utils_browsertest.cc
+++ b/chrome/browser/importer/toolbar_importer_utils_browsertest.cc
@@ -19,7 +19,7 @@ class ToolbarImporterUtilsTest : public InProcessBrowserTest {
void Callback(bool result) {
DCHECK(!result);
did_run_ = true;
- MessageLoop::current()->Quit();
+ base::MessageLoop::current()->Quit();
}
protected:
« no previous file with comments | « chrome/browser/importer/importer_host.cc ('k') | chrome/browser/internal_auth_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698