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

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: 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/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 5a595d32018a11032d137852c2a553e24c4b9570..6964fc332078c1ffd6f5f2f23c9f6fd86f2b47d4 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