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

Unified Diff: chrome/browser/safe_browsing/local_database_manager.cc

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/local_database_manager.cc
diff --git a/chrome/browser/safe_browsing/local_database_manager.cc b/chrome/browser/safe_browsing/local_database_manager.cc
index 0787f804fa61726069fd1c496faf8617603ee57a..3e3b9e08a8971afb8788e27774118313cb8dd5c3 100644
--- a/chrome/browser/safe_browsing/local_database_manager.cc
+++ b/chrome/browser/safe_browsing/local_database_manager.cc
@@ -754,6 +754,9 @@ LocalSafeBrowsingDatabaseManager::QueuedCheck::QueuedCheck(
start(start) {
}
+LocalSafeBrowsingDatabaseManager::QueuedCheck::QueuedCheck(
+ const QueuedCheck& other) = default;
+
LocalSafeBrowsingDatabaseManager::QueuedCheck::~QueuedCheck() {
}

Powered by Google App Engine
This is Rietveld 408576698