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

Unified Diff: chrome/browser/extensions/api/dial/dial_registry_unittest.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/extensions/api/dial/dial_registry_unittest.cc
diff --git a/chrome/browser/extensions/api/dial/dial_registry_unittest.cc b/chrome/browser/extensions/api/dial/dial_registry_unittest.cc
index ba3927078403c772c3f1d06eb89a5c421d40cb45..0e3acfd60e76a74619758e3696b1b3df709f6dc0 100644
--- a/chrome/browser/extensions/api/dial/dial_registry_unittest.cc
+++ b/chrome/browser/extensions/api/dial/dial_registry_unittest.cc
@@ -108,7 +108,7 @@ class DialRegistryTest : public testing::Test {
// Must instantiate a MessageLoop for the thread, as the registry starts a
// RepeatingTimer when there are listeners.
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
void SetListenerExpectations() {
EXPECT_CALL(registry_->mock_service(),

Powered by Google App Engine
This is Rietveld 408576698