| Index: content/browser/appcache/appcache_request.h
|
| diff --git a/content/browser/appcache/appcache_request.h b/content/browser/appcache/appcache_request.h
|
| index 089223da9d333f909ca2f4d17ad6ed8081b99080..ce727c5579afbceb5256a5fb2994fe0159854ab5 100644
|
| --- a/content/browser/appcache/appcache_request.h
|
| +++ b/content/browser/appcache/appcache_request.h
|
| @@ -61,6 +61,8 @@ class CONTENT_EXPORT AppCacheRequest
|
|
|
| protected:
|
| friend class AppCacheRequestHandler;
|
| + // Enables the AppCacheJob to call GetURLRequest() and GetResourceRequest().
|
| + friend class AppCacheJob;
|
|
|
| AppCacheRequest() {}
|
|
|
|
|