| Index: net/base/cookie_monster.h
|
| ===================================================================
|
| --- net/base/cookie_monster.h (revision 94320)
|
| +++ net/base/cookie_monster.h (working copy)
|
| @@ -163,7 +163,7 @@
|
|
|
| // Helper function that adds all cookies from |cookie_monster| into this
|
| // instance.
|
| - bool InitializeFrom(CookieMonster* cookie_monster);
|
| + bool InitializeFrom(const CookieList& list);
|
|
|
| // Returns all the cookies, for use in management UI, etc. This does not mark
|
| // the cookies as having been accessed.
|
|
|