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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_util.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/browser/safe_browsing/safe_browsing_util.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h
index c6014dbca0a4b8931ccfaf5c1706e2ba14da51d6..ae488bc366ca33af31d21895c283216b4c7040f2 100644
--- a/chrome/browser/safe_browsing/safe_browsing_util.h
+++ b/chrome/browser/safe_browsing/safe_browsing_util.h
@@ -77,6 +77,7 @@ struct SBListChunkRanges {
// Container for deleting chunks from the database.
struct SBChunkDelete {
SBChunkDelete();
+ SBChunkDelete(const SBChunkDelete& other);
~SBChunkDelete();
std::string list_name;

Powered by Google App Engine
This is Rietveld 408576698