| 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 6b9aa2139c3f0fe73b6f1505859ba238e8608e48..c42bb7dd1aa20c969bd2bca62b8fb27e9ef436e6 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc
|
| @@ -111,7 +111,7 @@ class SslHmacChannelAuthenticatorTest : public testing::Test {
|
|
|
| // Ensure that .Run() does not run unbounded if the callbacks are never
|
| // called.
|
| - base::Timer shutdown_timer(false, false);
|
| + base::OneShotTimer shutdown_timer;
|
| shutdown_timer.Start(FROM_HERE, TestTimeouts::action_timeout(),
|
| base::MessageLoop::QuitWhenIdleClosure());
|
| base::RunLoop().Run();
|
|
|