// 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 COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORE_H_ #define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORE_H_ #include <string> #include "base/functional/callback.h" #include "components/feature_engagement/internal/proto/feature_event.pb.h" namespace feature_engagement { // EventStore represents the storage engine behind the EventModel. class EventStore { … }; } // namespace feature_engagement #endif // COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORE_H_