| Index: components/search_engines/keyword_web_data_service.h
|
| diff --git a/components/search_engines/keyword_web_data_service.h b/components/search_engines/keyword_web_data_service.h
|
| index da553a50fafe8004a4647eee04d1090ca5d3f7f3..44d3fe8366757652fd5b9e579c33c0c02399f4e4 100644
|
| --- a/components/search_engines/keyword_web_data_service.h
|
| +++ b/components/search_engines/keyword_web_data_service.h
|
| @@ -82,7 +82,7 @@ class KeywordWebDataService : public WebDataServiceBase {
|
| void SetBuiltinKeywordVersion(int version);
|
|
|
| protected:
|
| - virtual ~KeywordWebDataService();
|
| + ~KeywordWebDataService() override;
|
|
|
| private:
|
| // Called by the BatchModeScoper (see comments there).
|
|
|