Merge "Remove the redundant constructor of SuggestionFeatureProviderImpl"

This commit is contained in:
Chaohui Wang
2022-08-08 06:47:18 +00:00
committed by Android (Google) Code Review
21 changed files with 36 additions and 59 deletions

View File

@@ -128,7 +128,7 @@ public class FakeFeatureFactory extends FeatureFactory {
}
@Override
public SuggestionFeatureProvider getSuggestionFeatureProvider(Context context) {
public SuggestionFeatureProvider getSuggestionFeatureProvider() {
return suggestionsFeatureProvider;
}