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

Unified Diff: jingle/glue/fake_ssl_client_socket_unittest.cc

Issue 14307021: jingle: Use base::MessageLoop. (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: jingle/glue/fake_ssl_client_socket_unittest.cc
diff --git a/jingle/glue/fake_ssl_client_socket_unittest.cc b/jingle/glue/fake_ssl_client_socket_unittest.cc
index 97cb3bb4bad408054be85f79938952a56a8890bf..6b87a17900c39252d21641b173bb31e741a4ea13 100644
--- a/jingle/glue/fake_ssl_client_socket_unittest.cc
+++ b/jingle/glue/fake_ssl_client_socket_unittest.cc
@@ -261,7 +261,7 @@ class FakeSSLClientSocketTest : public testing::Test {
}
// MockTCPClientSocket needs a message loop.
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
net::MockClientSocketFactory mock_client_socket_factory_;
scoped_ptr<net::StaticSocketDataProvider> static_socket_data_provider_;

Powered by Google App Engine
This is Rietveld 408576698