| Index: net/cookies/cookie_monster.h
|
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
|
| index 12e04942c8c8d4b5d823029e76fa853ab63b51a2..747ffdd5d9b0b4c2b1a09a120b0d63687213524b 100644
|
| --- a/net/cookies/cookie_monster.h
|
| +++ b/net/cookies/cookie_monster.h
|
| @@ -34,15 +34,12 @@
|
| #include "url/gurl.h"
|
|
|
| namespace base {
|
| -class Histogram;
|
| class HistogramBase;
|
| -class TimeTicks;
|
| } // namespace base
|
|
|
| namespace net {
|
|
|
| class CookieMonsterDelegate;
|
| -class ParsedCookie;
|
|
|
| // The cookie monster is the system for storing and retrieving cookies. It has
|
| // an in-memory list of all cookies, and synchronizes non-session cookies to an
|
| @@ -140,7 +137,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| // Only used during unit testing.
|
| CookieMonster(PersistentCookieStore* store,
|
| CookieMonsterDelegate* delegate,
|
| - int last_access_threshold_milliseconds);
|
| + base::TimeDelta last_access_threshold);
|
|
|
| ~CookieMonster() override;
|
|
|
|
|