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

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: Created 7 years, 8 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/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:

Powered by Google App Engine
This is Rietveld 408576698