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

Unified Diff: components/omnibox/browser/search_suggestion_parser.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/omnibox/browser/search_suggestion_parser.cc
diff --git a/components/omnibox/browser/search_suggestion_parser.cc b/components/omnibox/browser/search_suggestion_parser.cc
index d1cbc0489e8a527104235531050841751232473a..5bb0c01ef2bd80754e08e9002e76a237f00b4237 100644
--- a/components/omnibox/browser/search_suggestion_parser.cc
+++ b/components/omnibox/browser/search_suggestion_parser.cc
@@ -62,6 +62,8 @@ SearchSuggestionParser::Result::Result(bool from_keyword_provider,
received_after_last_keystroke_(true),
deletion_url_(deletion_url) {}
+SearchSuggestionParser::Result::Result(const Result& other) = default;
+
SearchSuggestionParser::Result::~Result() {}
// SearchSuggestionParser::SuggestResult ---------------------------------------

Powered by Google App Engine
This is Rietveld 408576698