diff options
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/setup/start_host.cc | 2 | ||||
-rw-r--r-- | remoting/host/token_validator_factory_impl_unittest.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/setup/start_host.cc b/remoting/host/setup/start_host.cc index 7f7abe7..185e9af 100644 --- a/remoting/host/setup/start_host.cc +++ b/remoting/host/setup/start_host.cc @@ -27,7 +27,7 @@ using remoting::HostStarter; bool g_started = false; // The main message loop. -MessageLoop* g_message_loop = NULL; +base::MessageLoop* g_message_loop = NULL; // Lets us hide the PIN that a user types. void SetEcho(bool echo) { 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_; |