| Index: chrome/browser/ui/cocoa/content_settings/cookie_details.h
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_details.h b/chrome/browser/ui/cocoa/content_settings/cookie_details.h
|
| index 4c85fa01ef9609ff27d09e928e588231aa2e9e89..f6650154b1cf6c5409ef71acdb8434387a67e522 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/cookie_details.h
|
| +++ b/chrome/browser/ui/cocoa/content_settings/cookie_details.h
|
| @@ -181,7 +181,7 @@ enum CocoaCookieDetailsType {
|
|
|
| // -initWithAppCacheInfo: creates a cookie details with the manifest URL plus
|
| // all of this additional information that is available after an appcache is
|
| -// actually created, including it's creation date, size and last accessed time.
|
| +// actually created, including its creation date, size and last accessed time.
|
| - (id)initWithAppCacheInfo:(const appcache::AppCacheInfo*)appcacheInfo;
|
|
|
| // Used for local storage details in the cookie prompt dialog.
|
|
|