summaryrefslogtreecommitdiffstats
path: root/remoting/host/setup/start_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/setup/start_host.cc')
-rw-r--r--remoting/host/setup/start_host.cc2
1 files changed, 1 insertions, 1 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) {