summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_monster_store_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/cookies/cookie_monster_store_test.h')
-rw-r--r--net/cookies/cookie_monster_store_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/cookies/cookie_monster_store_test.h b/net/cookies/cookie_monster_store_test.h
index e20584d..4458c6c 100644
--- a/net/cookies/cookie_monster_store_test.h
+++ b/net/cookies/cookie_monster_store_test.h
@@ -73,6 +73,8 @@ struct CookieStoreCommand {
// Constructor for ADD, UPDATE_ACCESS_TIME, and REMOVE calls.
CookieStoreCommand(Type type, const CanonicalCookie& cookie);
+ CookieStoreCommand(const CookieStoreCommand& other);
+
~CookieStoreCommand();
Type type;