#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/memory/raw_ptr.h"
#include "base/memory/scoped_refptr.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
#include "base/values.h"
#include "build/build_config.h"
#include "extensions/browser/api/messaging/native_message_host.h"
#include "remoting/base/oauth_client.h"
#include "remoting/host/setup/daemon_controller.h"
namespace base {
class SingleThreadTaskRunner;
}
namespace remoting {
namespace protocol {
class PairingRegistry;
}
class ChromotingHostContext;
class ElevatedNativeMessagingHost;
class LogMessageHandler;
class Me2MeNativeMessagingHost : public extensions::NativeMessageHost { … };
}
#endif