// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_EVENT_LOG_MANAGER_LOCAL_H_ #define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_EVENT_LOG_MANAGER_LOCAL_H_ #include <map> #include <optional> #include <set> #include <string> #include "base/files/file_path.h" #include "base/memory/raw_ptr.h" #include "base/sequence_checker.h" #include "base/time/clock.h" #include "chrome/browser/media/webrtc/webrtc_event_log_manager_common.h" namespace webrtc_event_logging { class WebRtcLocalEventLogManager final { … }; } // namespace webrtc_event_logging #endif // CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_EVENT_LOG_MANAGER_LOCAL_H_