| Index: remoting/host/setup/start_host.cc
|
| diff --git a/remoting/host/setup/start_host.cc b/remoting/host/setup/start_host.cc
|
| index 7f7abe74be6dcc7b573461f344391581ea76679e..185e9af1bb45e6077429e6fa4a58c37f38cca759 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) {
|
|
|