Index: net/base/cookie_monster_store_test.h |
diff --git a/net/base/cookie_monster_store_test.h b/net/base/cookie_monster_store_test.h |
index b514ec276c9ef62377643ecc762471fe807e0be8..b5529a1b8d0a1fb64cd7eded63fbca2853a7c74b 100644 |
--- a/net/base/cookie_monster_store_test.h |
+++ b/net/base/cookie_monster_store_test.h |
@@ -100,6 +100,8 @@ class MockPersistentCookieStore |
// No files are created so nothing to clear either |
virtual void SetClearLocalStateOnExit(bool clear_local_state) OVERRIDE; |
+ virtual void DeleteSessionCookies() OVERRIDE; |
+ |
private: |
CommandList commands_; |
@@ -177,6 +179,8 @@ class MockSimplePersistentCookieStore |
virtual void SetClearLocalStateOnExit(bool clear_local_state) OVERRIDE; |
+ virtual void DeleteSessionCookies() OVERRIDE; |
+ |
private: |
typedef std::map<int64, CookieMonster::CanonicalCookie> |
CanonicalCookieMap; |