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

Unified Diff: remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc

Issue 9704020: remoting: convert another unittest MessageLoop to MessageLoopForIO (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc b/remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc
index 5af52998b9b0ae82f3ea5299ba2ed6affcbaab60..7084163a13b89aa118833b9d7ade75a5b8f791ff 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc
+++ b/remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc
@@ -104,7 +104,7 @@ class SslHmacChannelAuthenticatorTest : public testing::Test {
client_socket_ = socket.Pass();
}
- MessageLoop message_loop_;
+ MessageLoopForIO message_loop_;
scoped_ptr<crypto::RSAPrivateKey> private_key_;
std::string host_cert_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698