| Index: remoting/host/token_validator_factory_impl_unittest.cc
|
| diff --git a/remoting/host/token_validator_factory_impl_unittest.cc b/remoting/host/token_validator_factory_impl_unittest.cc
|
| index 5e4dbef8c8fdcf84d38088180838809b40092d43..efff36cd0d986acc20218fdeeea2cb4b4c1dbd5f 100644
|
| --- a/remoting/host/token_validator_factory_impl_unittest.cc
|
| +++ b/remoting/host/token_validator_factory_impl_unittest.cc
|
| @@ -81,7 +81,7 @@ class TokenValidatorFactoryImplTest : public testing::Test {
|
| return response;
|
| }
|
|
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
| scoped_refptr<RsaKeyPair> key_pair_;
|
| scoped_refptr<net::URLRequestContextGetter> request_context_getter_;
|
| scoped_ptr<TokenValidatorFactoryImpl> token_validator_factory_;
|
|
|