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

Unified Diff: components/omnibox/browser/scored_history_match.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/scored_history_match.cc
diff --git a/components/omnibox/browser/scored_history_match.cc b/components/omnibox/browser/scored_history_match.cc
index 05c88dcd7507046242788a158ee3a090f410c84b..502ed5810939be6ecab23c63efdd40f0dffa854f 100644
--- a/components/omnibox/browser/scored_history_match.cc
+++ b/components/omnibox/browser/scored_history_match.cc
@@ -330,6 +330,9 @@ ScoredHistoryMatch::ScoredHistoryMatch(
url_matches = ReplaceOffsetsInTermMatches(url_matches, offsets);
}
+ScoredHistoryMatch::ScoredHistoryMatch(const ScoredHistoryMatch& other) =
+ default;
+
ScoredHistoryMatch::~ScoredHistoryMatch() {
}

Powered by Google App Engine
This is Rietveld 408576698