chromium/remoting/host/host_event_reporter.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_HOST_HOST_EVENT_REPORTER_H_
#define REMOTING_HOST_HOST_EVENT_REPORTER_H_

#include <memory>
#include <string>

#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h"

namespace remoting {

class HostStatusMonitor;

class HostEventReporter {};

}  // namespace remoting

#endif  // REMOTING_HOST_HOST_EVENT_REPORTER_H_