| Index: net/cookies/cookie_store.h
|
| diff --git a/net/cookies/cookie_store.h b/net/cookies/cookie_store.h
|
| index aaf1b743e46042ea3cf2b6e5c193b6364e446020..f56fedd90392877b24e554276579a12733617700 100644
|
| --- a/net/cookies/cookie_store.h
|
| +++ b/net/cookies/cookie_store.h
|
| @@ -157,7 +157,7 @@ class NET_EXPORT CookieStore {
|
| const DeleteCallback& callback) = 0;
|
|
|
| // Deletes all of the cookies that match the given predicate and that have a
|
| - // creation_date greater than or equal to |delete_begin| and less then
|
| + // creation_date greater than or equal to |delete_begin| and smaller than
|
| // |delete_end|. This includes all http_only and secure cookies. Avoid
|
| // deleting cookies that could leave websites with a partial set of visible
|
| // cookies.
|
|
|