diff options
Diffstat (limited to 'remoting/host/token_validator_factory_impl_unittest.cc')
-rw-r--r-- | remoting/host/token_validator_factory_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/token_validator_factory_impl_unittest.cc b/remoting/host/token_validator_factory_impl_unittest.cc index 5e4dbef..efff36c 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_; |