// 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_SYNC_USER_EVENTS_USER_EVENT_SERVICE_H_ #define COMPONENTS_SYNC_USER_EVENTS_USER_EVENT_SERVICE_H_ #include <memory> #include "base/memory/weak_ptr.h" #include "components/keyed_service/core/keyed_service.h" #include "components/sync/protocol/user_event_specifics.pb.h" namespace syncer { class DataTypeControllerDelegate; class UserEventService : public KeyedService { … }; } // namespace syncer #endif // COMPONENTS_SYNC_USER_EVENTS_USER_EVENT_SERVICE_H_