#ifndef COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CHANNEL_LOGGER_H_
#define COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CHANNEL_LOGGER_H_
#include <stddef.h>
#include <map>
#include <memory>
#include "base/memory/ref_counted.h"
#include "base/threading/thread_checker.h"
#include "components/media_router/common/providers/cast/channel/cast_channel_enum.h"
namespace cast_channel {
struct AuthResult;
struct LastError { … };
class Logger : public base::RefCountedThreadSafe<Logger> { … };
}
#endif