| Index: components/feature_engagement_tracker/internal/editable_configuration.h
|
| diff --git a/components/feature_engagement_tracker/internal/editable_configuration.h b/components/feature_engagement_tracker/internal/editable_configuration.h
|
| index 2e01b72118fad30897919914c2e4467d71e682fb..7d26122bceebb66a3b0f04cbcbb5f5bd84afa5f3 100644
|
| --- a/components/feature_engagement_tracker/internal/editable_configuration.h
|
| +++ b/components/feature_engagement_tracker/internal/editable_configuration.h
|
| @@ -22,9 +22,10 @@ class EditableConfiguration : public Configuration {
|
| EditableConfiguration();
|
| ~EditableConfiguration() override;
|
|
|
| - // Configuration implementaiton.
|
| + // Configuration implementation.
|
| const FeatureConfig& GetFeatureConfig(
|
| const base::Feature& feature) const override;
|
| + const Configuration::ConfigMap& GetRegisteredFeatures() const override;
|
|
|
| // Adds a new FeatureConfig to the current configurations. If it already
|
| // exists, the contents are replaced.
|
|
|