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

Unified Diff: components/search_engines/keyword_web_data_service.h

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.h
diff --git a/components/search_engines/keyword_web_data_service.h b/components/search_engines/keyword_web_data_service.h
index ea4baa17ec61d030d582ffc3c8c5ab7da6ed59e8..2c163b8e9d75acb39cfbc8c539154df73ed450e1 100644
--- a/components/search_engines/keyword_web_data_service.h
+++ b/components/search_engines/keyword_web_data_service.h
@@ -25,6 +25,7 @@ struct TemplateURLData;
struct WDKeywordsResult {
WDKeywordsResult();
+ WDKeywordsResult(const WDKeywordsResult& other);
~WDKeywordsResult();
KeywordTable::Keywords keywords;

Powered by Google App Engine
This is Rietveld 408576698