Index: chrome/browser/devtools/remote_debugging_server.h |
diff --git a/chrome/browser/devtools/remote_debugging_server.h b/chrome/browser/devtools/remote_debugging_server.h |
index d872f290c9eadc8e9be3b116e47ed19a402aadbd..6618023dbdead83f156c3c2f1bfec672348c2797 100644 |
--- a/chrome/browser/devtools/remote_debugging_server.h |
+++ b/chrome/browser/devtools/remote_debugging_server.h |
@@ -8,6 +8,7 @@ |
#include <string> |
#include "base/basictypes.h" |
+#include "chrome/browser/ui/host_desktop.h" |
class Profile; |
@@ -18,6 +19,7 @@ class DevToolsHttpHandler; |
class RemoteDebuggingServer { |
public: |
RemoteDebuggingServer(Profile* profile, |
+ chrome::HostDesktopType host_desktop_type, |
const std::string& ip, |
int port, |
const std::string& frontend_url); |