| Index: ios/chrome/browser/search_engines/template_url_service_factory.h
|
| diff --git a/ios/chrome/browser/search_engines/template_url_service_factory.h b/ios/chrome/browser/search_engines/template_url_service_factory.h
|
| index 4f50e3e4cf1189047859307daa52782232be9040..36fbf6f552ef46587f9cc35df3d96298f01c58ad 100644
|
| --- a/ios/chrome/browser/search_engines/template_url_service_factory.h
|
| +++ b/ios/chrome/browser/search_engines/template_url_service_factory.h
|
| @@ -28,8 +28,9 @@ class TemplateURLServiceFactory : public BrowserStateKeyedServiceFactory {
|
| ios::ChromeBrowserState* browser_state);
|
| static TemplateURLServiceFactory* GetInstance();
|
|
|
| - // Returns the default factory used to build FaviconService. Can be registered
|
| - // with SetTestingFactory to use the FaviconService instance during testing.
|
| + // Returns the default factory used to build TemplateURLService. Can be
|
| + // registered with SetTestingFactory to use the TemplateURLService instance
|
| + // during testing.
|
| static TestingFactoryFunction GetDefaultFactory();
|
|
|
| private:
|
|
|