diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 17:02:52 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 17:02:52 +0000 |
commit | 8cb6d6e6d51c6abd996558daad179b1c4264e93f (patch) | |
tree | 17baf048dc419ecd54d4dbc12291faef1ed67dee /remoting | |
parent | 6170d457beffb3e7d6b641018846bc515ace360f (diff) | |
download | chromium_src-8cb6d6e6d51c6abd996558daad179b1c4264e93f.zip chromium_src-8cb6d6e6d51c6abd996558daad179b1c4264e93f.tar.gz chromium_src-8cb6d6e6d51c6abd996558daad179b1c4264e93f.tar.bz2 |
remoting: convert another unittest MessageLoop to MessageLoopForIO
r126562 was incomplete and I didn't notice, probably because my muscle memory
builds Release by default and this only shows up in Debug builds.
This is exactly r126562 again, but for a different test.
TBR=wez
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/9704020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc b/remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc index 5af5299..7084163 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_; |