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

Unified Diff: jingle/glue/channel_socket_adapter_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/channel_socket_adapter_unittest.cc
diff --git a/jingle/glue/channel_socket_adapter_unittest.cc b/jingle/glue/channel_socket_adapter_unittest.cc
index d90cbcac41efe305d18c87859d0fb9d4bf61d252..ecee9cfdd3b9ba634d028e960c98234b0a7e729c 100644
--- a/jingle/glue/channel_socket_adapter_unittest.cc
+++ b/jingle/glue/channel_socket_adapter_unittest.cc
@@ -62,7 +62,7 @@ class TransportChannelSocketAdapterTest : public testing::Test {
scoped_ptr<TransportChannelSocketAdapter> target_;
net::CompletionCallback callback_;
int callback_result_;
- MessageLoopForIO message_loop_;
+ base::MessageLoopForIO message_loop_;
};
// Verify that Read() returns net::ERR_IO_PENDING.

Powered by Google App Engine
This is Rietveld 408576698