// Copyright 2019 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_SECURITY_EVENTS_SECURITY_EVENT_RECORDER_IMPL_H_ #define CHROME_BROWSER_SECURITY_EVENTS_SECURITY_EVENT_RECORDER_IMPL_H_ #include <memory> #include <vector> #include "base/memory/raw_ptr.h" #include "base/time/clock.h" #include "chrome/browser/security_events/security_event_recorder.h" #include "chrome/browser/security_events/security_event_sync_bridge.h" class SecurityEventRecorderImpl : public SecurityEventRecorder { … }; #endif // CHROME_BROWSER_SECURITY_EVENTS_SECURITY_EVENT_RECORDER_IMPL_H_