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

Unified Diff: components/bookmarks/browser/bookmark_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/bookmarks/browser/bookmark_match.h
diff --git a/components/bookmarks/browser/bookmark_match.h b/components/bookmarks/browser/bookmark_match.h
index fdba5ed63202e8a8dd154aef2e417fd29b5d3b05..ce658939ca847345adc5ea6eb363870c24778087 100644
--- a/components/bookmarks/browser/bookmark_match.h
+++ b/components/bookmarks/browser/bookmark_match.h
@@ -22,6 +22,7 @@ struct BookmarkMatch {
typedef std::vector<MatchPosition> MatchPositions;
BookmarkMatch();
+ BookmarkMatch(const BookmarkMatch& other);
~BookmarkMatch();
// Extracts and returns the offsets from |match_positions|.

Powered by Google App Engine
This is Rietveld 408576698