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

Unified Diff: chrome/browser/ui/omnibox/action_box_browsertest.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/omnibox/action_box_browsertest.cc
diff --git a/chrome/browser/ui/omnibox/action_box_browsertest.cc b/chrome/browser/ui/omnibox/action_box_browsertest.cc
index 9bbe16e09016d254633c62f574d3479fee7c36ae..a9a200917a000e6422852f54bb418896cdd3174b 100644
--- a/chrome/browser/ui/omnibox/action_box_browsertest.cc
+++ b/chrome/browser/ui/omnibox/action_box_browsertest.cc
@@ -60,7 +60,7 @@ class ActionBoxTest : public InProcessBrowserTest,
default:
FAIL() << "Unexpected notification type";
}
- MessageLoop::current()->Quit();
+ base::MessageLoop::current()->Quit();
}
DISALLOW_COPY_AND_ASSIGN(ActionBoxTest);

Powered by Google App Engine
This is Rietveld 408576698