| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 2dffb93a8851e47b0edbd86b6989cd956e6b368c..9a3271e1b31a186964dce26b4cbfb87327891ab7 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -104,6 +104,10 @@
|
| using remoting::protocol::PairingRegistry;
|
| using remoting::protocol::NetworkSettings;
|
|
|
| +#if defined(USE_REMOTING_MACOSX_INTERNAL)
|
| +#include "remoting/tools/internal/internal_mac-inl.h"
|
| +#endif
|
| +
|
| namespace {
|
|
|
| // This is used for tagging system event logs.
|
|
|