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

Unified Diff: components/bookmarks/browser/bookmark_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/bookmarks/browser/bookmark_match.cc
diff --git a/components/bookmarks/browser/bookmark_match.cc b/components/bookmarks/browser/bookmark_match.cc
index a97b449d665ebf2a84f1cfbb77049d40c2c2e835..f813cbbbb7f5c23bdd6325e836327218c8b755df 100644
--- a/components/bookmarks/browser/bookmark_match.cc
+++ b/components/bookmarks/browser/bookmark_match.cc
@@ -11,6 +11,8 @@ namespace bookmarks {
BookmarkMatch::BookmarkMatch() : node(NULL) {}
+BookmarkMatch::BookmarkMatch(const BookmarkMatch& other) = default;
+
BookmarkMatch::~BookmarkMatch() {}
// static

Powered by Google App Engine
This is Rietveld 408576698