| Index: remoting/protocol/spake2_authenticator_unittest.cc
|
| diff --git a/remoting/protocol/spake2_authenticator_unittest.cc b/remoting/protocol/spake2_authenticator_unittest.cc
|
| index dcb58b92eb7e869e3a30c469152a0dec32345a27..d203f005a199c7d1290a9f5ea198d6a8e82811a2 100644
|
| --- a/remoting/protocol/spake2_authenticator_unittest.cc
|
| +++ b/remoting/protocol/spake2_authenticator_unittest.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/macros.h"
|
| +#include "base/run_loop.h"
|
| #include "remoting/base/rsa_key_pair.h"
|
| #include "remoting/protocol/authenticator_test_base.h"
|
| #include "remoting/protocol/channel_authenticator.h"
|
| @@ -68,7 +69,7 @@ TEST_F(Spake2AuthenticatorTest, SuccessfulAuth) {
|
| kMessageSize, kMessages);
|
|
|
| tester.Start();
|
| - message_loop_.Run();
|
| + base::RunLoop().Run();
|
| tester.CheckResults();
|
| }
|
|
|
|
|