Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 798173002: Add support for internal overrides for Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698