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

Unified Diff: chrome/common/importer/imported_bookmark_entry.h

Issue 1731483003: chrome: 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: chrome/common/importer/imported_bookmark_entry.h
diff --git a/chrome/common/importer/imported_bookmark_entry.h b/chrome/common/importer/imported_bookmark_entry.h
index 8f6f1ca8e3f7685a566d1ce185c742221a51f376..abb9ea0ba3e43cb556222c99f1d1d65e0e0fdd6d 100644
--- a/chrome/common/importer/imported_bookmark_entry.h
+++ b/chrome/common/importer/imported_bookmark_entry.h
@@ -13,6 +13,7 @@
struct ImportedBookmarkEntry {
ImportedBookmarkEntry();
+ ImportedBookmarkEntry(const ImportedBookmarkEntry& other);
~ImportedBookmarkEntry();
bool operator==(const ImportedBookmarkEntry& other) const;

Powered by Google App Engine
This is Rietveld 408576698