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

Unified Diff: components/omnibox/browser/search_suggestion_parser.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/omnibox/browser/search_suggestion_parser.h
diff --git a/components/omnibox/browser/search_suggestion_parser.h b/components/omnibox/browser/search_suggestion_parser.h
index 448a1c4834d664755bf6f0ae3c6c892d89a06344..83e07ab1290c9069932554413f10756464da9bc4 100644
--- a/components/omnibox/browser/search_suggestion_parser.h
+++ b/components/omnibox/browser/search_suggestion_parser.h
@@ -44,6 +44,7 @@ class SearchSuggestionParser {
bool relevance_from_server,
AutocompleteMatchType::Type type,
const std::string& deletion_url);
+ Result(const Result& other);
virtual ~Result();
bool from_keyword_provider() const { return from_keyword_provider_; }

Powered by Google App Engine
This is Rietveld 408576698