Index: net/cookies/cookie_monster_store_test.h |
diff --git a/net/cookies/cookie_monster_store_test.h b/net/cookies/cookie_monster_store_test.h |
index fd4218d4caeb8ca4aa4af07418dda321ebacd57c..38d6976f4d786a3982320bbf753c5713d8d115b2 100644 |
--- a/net/cookies/cookie_monster_store_test.h |
+++ b/net/cookies/cookie_monster_store_test.h |
@@ -98,8 +98,7 @@ class MockPersistentCookieStore |
virtual void Flush(const base::Closure& callback) OVERRIDE; |
- // No files are created so nothing to clear either |
- virtual void SetClearLocalStateOnExit(bool clear_local_state) OVERRIDE; |
+ virtual void SetForceKeepSessionState() OVERRIDE; |
protected: |
virtual ~MockPersistentCookieStore(); |
@@ -178,7 +177,7 @@ class MockSimplePersistentCookieStore |
virtual void Flush(const base::Closure& callback) OVERRIDE; |
- virtual void SetClearLocalStateOnExit(bool clear_local_state) OVERRIDE; |
+ virtual void SetForceKeepSessionState() OVERRIDE; |
protected: |
virtual ~MockSimplePersistentCookieStore(); |