#ifndef SERVICES_NETWORK_NET_LOG_PROXY_SINK_H_
#define SERVICES_NETWORK_NET_LOG_PROXY_SINK_H_
#include "base/component_export.h"
#include "base/memory/weak_ptr.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote_set.h"
#include "net/log/net_log.h"
#include "services/network/public/mojom/net_log.mojom.h"
namespace base {
class SequencedTaskRunner;
}
namespace network {
class COMPONENT_EXPORT(NETWORK_SERVICE) NetLogProxySink
: public net::NetLog::ThreadSafeCaptureModeObserver,
public network::mojom::NetLogProxySink { … };
}
#endif