#ifndef COMPONENTS_NET_LOG_NET_LOG_PROXY_SOURCE_H_
#define COMPONENTS_NET_LOG_NET_LOG_PROXY_SOURCE_H_
#include "base/memory/weak_ptr.h"
#include "base/values.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "net/log/net_log.h"
#include "services/network/public/mojom/net_log.mojom.h"
namespace base {
class SequencedTaskRunner;
}
namespace net_log {
class NetLogProxySource : public net::NetLog::ThreadSafeObserver,
public network::mojom::NetLogProxySource { … };
}
#endif