| Index: components/search_engines/keyword_web_data_service.cc
|
| diff --git a/components/search_engines/keyword_web_data_service.cc b/components/search_engines/keyword_web_data_service.cc
|
| index 1d6f00f54a933f3f0549e160476d4796cc2ba5e7..d1e78962f98d7970e9bdbb6c013bb71d13695d7c 100644
|
| --- a/components/search_engines/keyword_web_data_service.cc
|
| +++ b/components/search_engines/keyword_web_data_service.cc
|
| @@ -19,6 +19,8 @@ WDKeywordsResult::WDKeywordsResult()
|
| builtin_keyword_version(0) {
|
| }
|
|
|
| +WDKeywordsResult::WDKeywordsResult(const WDKeywordsResult& other) = default;
|
| +
|
| WDKeywordsResult::~WDKeywordsResult() {}
|
|
|
| KeywordWebDataService::BatchModeScoper::BatchModeScoper(
|
|
|