| Index: net/base/cookie_monster.h
|
| diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h
|
| index 2e9614e51105d30eb29ac8dbb6bf3d14a04ac92b..a985176197a4e005e471ba21e2f90c981d180e0e 100644
|
| --- a/net/base/cookie_monster.h
|
| +++ b/net/base/cookie_monster.h
|
| @@ -146,7 +146,7 @@ class CookieMonster : public CookieStore {
|
| // Deletes all cookies with that might apply to |url| that has |cookie_name|.
|
| virtual void DeleteCookie(const GURL& url, const std::string& cookie_name);
|
|
|
| - virtual CookieMonster* GetCookieMonster() { return this; }
|
| + virtual CookieMonster* GetCookieMonster();
|
|
|
| // Sets a cookie given explicit user-provided cookie attributes. The cookie
|
| // name, value, domain, etc. are each provided as separate strings. This
|
|
|