| Index: net/cookies/cookie_store.h
|
| diff --git a/net/cookies/cookie_store.h b/net/cookies/cookie_store.h
|
| index 2b036b9402467214320e9713e2721a380d38db4e..32bb1350fdf867c2fefc6b498e7a805e56958cef 100644
|
| --- a/net/cookies/cookie_store.h
|
| +++ b/net/cookies/cookie_store.h
|
| @@ -22,8 +22,6 @@ class GURL;
|
|
|
| namespace net {
|
|
|
| -class CookieMonster;
|
| -
|
| // An interface for storing and retrieving cookies. Implementations are not
|
| // thread safe, as with most other net classes. All methods must be invoked on
|
| // the network thread, and all callbacks will be calle there.
|
|
|