| Index: remoting/host/simple_host_process.cc
|
| ===================================================================
|
| --- remoting/host/simple_host_process.cc (revision 49184)
|
| +++ remoting/host/simple_host_process.cc (working copy)
|
| @@ -32,7 +32,7 @@
|
| #elif defined(OS_LINUX)
|
| #include "remoting/host/capturer_linux.h"
|
| #include "remoting/host/event_executor_linux.h"
|
| -#elif defined(OS_MAC)
|
| +#elif defined(OS_MACOSX)
|
| #include "remoting/host/capturer_mac.h"
|
| #include "remoting/host/event_executor_mac.h"
|
| #endif
|
| @@ -95,7 +95,7 @@
|
| #elif defined(OS_LINUX)
|
| capturer.reset(new remoting::CapturerLinux());
|
| executor.reset(new remoting::EventExecutorLinux());
|
| -#elif defined(OS_MAC)
|
| +#elif defined(OS_MACOSX)
|
| capturer.reset(new remoting::CapturerMac());
|
| executor.reset(new remoting::EventExecutorMac());
|
| #endif
|
|
|