| 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..9c5621b7f49c196a2044fdaf41e03072b1a2ce45 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 SetKeepSessionCookies() 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 SetKeepSessionCookies() OVERRIDE;
|
|
|
| protected:
|
| virtual ~MockSimplePersistentCookieStore();
|
|
|