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

Unified Diff: net/cookies/cookie_monster_store_test.cc

Issue 1825273002: Add more out of line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « net/cookies/cookie_monster_store_test.h ('k') | net/quic/crypto/quic_compressed_certs_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_monster_store_test.cc
diff --git a/net/cookies/cookie_monster_store_test.cc b/net/cookies/cookie_monster_store_test.cc
index 54fe5c43516cde5d52bd9491e56dd93bd50c2672..69f333afd44aabadbf42f150835d431115cc9af6 100644
--- a/net/cookies/cookie_monster_store_test.cc
+++ b/net/cookies/cookie_monster_store_test.cc
@@ -34,6 +34,9 @@ CookieStoreCommand::CookieStoreCommand(
CookieStoreCommand::CookieStoreCommand(Type type, const CanonicalCookie& cookie)
: type(type), cookie(cookie) {}
+CookieStoreCommand::CookieStoreCommand(const CookieStoreCommand& other) =
+ default;
+
CookieStoreCommand::~CookieStoreCommand() {}
MockPersistentCookieStore::MockPersistentCookieStore()
« no previous file with comments | « net/cookies/cookie_monster_store_test.h ('k') | net/quic/crypto/quic_compressed_certs_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698