| Index: net/cookies/cookie_monster.h
|
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
|
| index 8103b7492e05b4a435e786c7c4e1466da71e2bef..7a06509db25ee6b540fedf274d62ce5fcc11dd17 100644
|
| --- a/net/cookies/cookie_monster.h
|
| +++ b/net/cookies/cookie_monster.h
|
| @@ -142,6 +142,8 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| CookieMonsterDelegate* delegate,
|
| int last_access_threshold_milliseconds);
|
|
|
| + ~CookieMonster() override;
|
| +
|
| // Replaces all the cookies by |list|. This method does not flush the backend.
|
| void SetAllCookiesAsync(const CookieList& list,
|
| const SetCookiesCallback& callback);
|
| @@ -377,8 +379,6 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| // Record statistics every kRecordStatisticsIntervalSeconds of uptime.
|
| static const int kRecordStatisticsIntervalSeconds = 10 * 60;
|
|
|
| - ~CookieMonster() override;
|
| -
|
| // The following are synchronous calls to which the asynchronous methods
|
| // delegate either immediately (if the store is loaded) or through a deferred
|
| // task (if the store is not yet loaded).
|
|
|