Index: net/cookies/cookie_monster.h |
diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h |
index b23dcfb4b619d0e5c651487a496d8fadc866c212..f6485665983e9acfd36927926d3c049c39dff346 100644 |
--- a/net/cookies/cookie_monster.h |
+++ b/net/cookies/cookie_monster.h |
@@ -804,7 +804,7 @@ class CookieMonster::Delegate |
// Will be called when a cookie is added or removed. The function is passed |
// the respective |cookie| which was added to or removed from the cookies. |
// If |removed| is true, the cookie was deleted, and |cause| will be set |
- // to the reason for it's removal. If |removed| is false, the cookie was |
+ // to the reason for its removal. If |removed| is false, the cookie was |
// added, and |cause| will be set to CHANGE_COOKIE_EXPLICIT. |
// |
// As a special case, note that updating a cookie's properties is implemented |