| Index: components/offline_items_collection/core/offline_content_aggregator.h
|
| diff --git a/components/offline_items_collection/core/offline_content_aggregator.h b/components/offline_items_collection/core/offline_content_aggregator.h
|
| index 8863760754c739889e4f82229e8586a87fde5596..6271d9eb7f3d531c69e87a0fd4863255f48d7783 100644
|
| --- a/components/offline_items_collection/core/offline_content_aggregator.h
|
| +++ b/components/offline_items_collection/core/offline_content_aggregator.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| #include "base/supports_user_data.h"
|
| +#include "components/keyed_service/core/keyed_service.h"
|
| #include "components/offline_items_collection/core/offline_content_provider.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -47,7 +48,7 @@ struct OfflineItem;
|
| class OfflineContentAggregator : public OfflineContentProvider,
|
| public OfflineContentProvider::Observer,
|
| public base::SupportsUserData,
|
| - public base::SupportsUserData::Data {
|
| + public KeyedService {
|
| public:
|
| OfflineContentAggregator();
|
| ~OfflineContentAggregator() override;
|
|
|