#include "chrome/browser/media/webrtc/webrtc_event_log_manager_keyed_service_factory.h"
#include "base/check.h"
#include "chrome/browser/media/webrtc/webrtc_event_log_manager_keyed_service.h"
#include "content/public/browser/browser_context.h"
namespace webrtc_event_logging {
WebRtcEventLogManagerKeyedServiceFactory*
WebRtcEventLogManagerKeyedServiceFactory::GetInstance() { … }
WebRtcEventLogManagerKeyedServiceFactory::
WebRtcEventLogManagerKeyedServiceFactory()
: … { … }
WebRtcEventLogManagerKeyedServiceFactory::
~WebRtcEventLogManagerKeyedServiceFactory() = default;
bool WebRtcEventLogManagerKeyedServiceFactory::
ServiceIsCreatedWithBrowserContext() const { … }
std::unique_ptr<KeyedService>
WebRtcEventLogManagerKeyedServiceFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }
}