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

Unified Diff: chrome/common/instant_types.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/instant_types.h
diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h
index 065837469b6068367e8ea294be011f15e7d6ca77..329cf3fe0aa9f632b8fadc010e22e6056c6f424f 100644
--- a/chrome/common/instant_types.h
+++ b/chrome/common/instant_types.h
@@ -125,6 +125,7 @@ struct ThemeBackgroundInfo {
struct InstantMostVisitedItem {
InstantMostVisitedItem();
+ InstantMostVisitedItem(const InstantMostVisitedItem& other);
~InstantMostVisitedItem();
// The URL of the Most Visited item.

Powered by Google App Engine
This is Rietveld 408576698