| Index: net/cookies/cookie_store_test_helpers.h
|
| diff --git a/net/cookies/cookie_store_test_helpers.h b/net/cookies/cookie_store_test_helpers.h
|
| index 84b83bc062cb0772b06c542e3a881253d253f867..c65e35672491d7710144dc00679d96e500b8d024 100644
|
| --- a/net/cookies/cookie_store_test_helpers.h
|
| +++ b/net/cookies/cookie_store_test_helpers.h
|
| @@ -45,8 +45,7 @@ class DelayedCookieMonster : public CookieStore {
|
| virtual std::string GetCookiesWithOptions(const GURL& url,
|
| const CookieOptions& options);
|
|
|
| - virtual void DeleteCookie(const GURL& url,
|
| - const std::string& cookie_name);
|
| + virtual void DeleteCookie(const GURL& url, const std::string& cookie_name);
|
|
|
| virtual void DeleteCookieAsync(const GURL& url,
|
| const std::string& cookie_name,
|
| @@ -68,7 +67,6 @@ class DelayedCookieMonster : public CookieStore {
|
| virtual CookieMonster* GetCookieMonster() OVERRIDE;
|
|
|
| private:
|
| -
|
| // Be called immediately from CookieMonster.
|
|
|
| void SetCookiesInternalCallback(bool result);
|
|
|