Chromium Code Reviews| Index: remoting/host/host_main.cc |
| diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc |
| index 947e4ccc1de4698032a3ce31cad109ca84baa612..cd6705a660aa427fe6a5b06fd0af0bfd27e2f5d4 100644 |
| --- a/remoting/host/host_main.cc |
| +++ b/remoting/host/host_main.cc |
| @@ -237,3 +237,9 @@ int HostMain(int argc, char** argv) { |
| } |
| } // namespace remoting |
| + |
| +#if !defined(OS_WIN) |
| +int main(int argc, char** argv) { |
| + return remoting::HostMain(argc, argv); |
| +} |
| +#endif // !defined(OS_WIN) |