diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 03:18:44 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 03:18:44 +0000 |
commit | faea9d2d6b4647180a1339992a1ad9864817c373 (patch) | |
tree | fca9ab649b9cc47c753b83b1407185058281b66b /remoting/protocol/authenticator_test_base.h | |
parent | e7eca045582b591d26fc32d740f5a1ea7ba0bc35 (diff) | |
download | chromium_src-faea9d2d6b4647180a1339992a1ad9864817c373.zip chromium_src-faea9d2d6b4647180a1339992a1ad9864817c373.tar.gz chromium_src-faea9d2d6b4647180a1339992a1ad9864817c373.tar.bz2 |
remoting: Use base::MessageLoop.
BUG=236029
R=alexeypa@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14314026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/authenticator_test_base.h')
-rw-r--r-- | remoting/protocol/authenticator_test_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h index 5c840dc..06da8a9 100644 --- a/remoting/protocol/authenticator_test_base.h +++ b/remoting/protocol/authenticator_test_base.h @@ -52,7 +52,7 @@ class AuthenticatorTestBase : public testing::Test { void OnClientConnected(net::Error error, scoped_ptr<net::StreamSocket> socket); - MessageLoop message_loop_; + base::MessageLoop message_loop_; scoped_refptr<RsaKeyPair> key_pair_; std::string host_public_key_; |