| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index 9eb2484fdc74741ee719b9ae4721bf05c0b9527c..e2477478f74dd8f183162604e0c57f9232f53e16 100644
|
| --- a/remoting/host/win/host_service.cc
|
| +++ b/remoting/host/win/host_service.cc
|
| @@ -62,7 +62,7 @@ const wchar_t kComProcessMandatoryLabel[] =
|
| } // namespace
|
|
|
| HostService* HostService::GetInstance() {
|
| - return Singleton<HostService>::get();
|
| + return base::Singleton<HostService>::get();
|
| }
|
|
|
| bool HostService::InitWithCommandLine(const base::CommandLine* command_line) {
|
|
|