Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1543)

Unified Diff: components/search_engines/keyword_web_data_service.cc

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698