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

Unified Diff: components/omnibox/browser/scored_history_match.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/scored_history_match.h
diff --git a/components/omnibox/browser/scored_history_match.h b/components/omnibox/browser/scored_history_match.h
index dfc5ccbd7c76c13d7da7085dea40a3d8f46d037f..e27cf17c25c2f145da3491262905c95c3f5374ab 100644
--- a/components/omnibox/browser/scored_history_match.h
+++ b/components/omnibox/browser/scored_history_match.h
@@ -30,6 +30,7 @@ struct ScoredHistoryMatch : public history::HistoryMatch {
// Required for STL, we don't use this directly.
ScoredHistoryMatch();
+ ScoredHistoryMatch(const ScoredHistoryMatch& other);
// Initializes the ScoredHistoryMatch with a raw score calculated for the
// history item given in |row| with recent visits as indicated in |visits|. It

Powered by Google App Engine
This is Rietveld 408576698