| Index: remoting/host/setup/me2me_native_messaging_host.h
|
| diff --git a/remoting/host/setup/me2me_native_messaging_host.h b/remoting/host/setup/me2me_native_messaging_host.h
|
| index 3722eff2d6e81d9cf96da07466d2a8b6c8f01dd3..f10f9c318453cb9c2ea968bf3632cade1a8b76b8 100644
|
| --- a/remoting/host/setup/me2me_native_messaging_host.h
|
| +++ b/remoting/host/setup/me2me_native_messaging_host.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef REMOTING_HOST_SETUP_ME2ME_NATIVE_MESSAGING_HOST_H_
|
| #define REMOTING_HOST_SETUP_ME2ME_NATIVE_MESSAGING_HOST_H_
|
|
|
| +#include <cstdint>
|
| #include <memory>
|
| +#include <string>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -29,10 +31,6 @@ class GaiaOAuthClient;
|
|
|
| namespace remoting {
|
|
|
| -const char kElevatingSwitchName[] = "elevate";
|
| -const char kInputSwitchName[] = "input";
|
| -const char kOutputSwitchName[] = "output";
|
| -
|
| namespace protocol {
|
| class PairingRegistry;
|
| } // namespace protocol
|
|
|