| Index: webkit/appcache/appcache_service.h
|
| diff --git a/webkit/appcache/appcache_service.h b/webkit/appcache/appcache_service.h
|
| index 7a2b57e8576ed57b782beda0cbf91ed738e033fa..f1f8c0ba74c8af680c884d4c6cbd4a588c9daf55 100644
|
| --- a/webkit/appcache/appcache_service.h
|
| +++ b/webkit/appcache/appcache_service.h
|
| @@ -50,7 +50,7 @@ struct APPCACHE_EXPORT AppCacheInfoCollection
|
|
|
| // Class that manages the application cache service. Sends notifications
|
| // to many frontends. One instance per user-profile. Each instance has
|
| -// exclusive access to it's cache_directory on disk.
|
| +// exclusive access to its cache_directory on disk.
|
| class APPCACHE_EXPORT AppCacheService {
|
| public:
|
| // If not using quota management, the proxy may be NULL.
|
|
|