| Index: webkit/appcache/appcache_url_request_job.h
|
| diff --git a/webkit/appcache/appcache_url_request_job.h b/webkit/appcache/appcache_url_request_job.h
|
| index 25b0cf68a76dfe21a09d5c7bc7c1a6831780f608..c60426c94dac7373cbd2e29b768e1eb862ff207b 100644
|
| --- a/webkit/appcache/appcache_url_request_job.h
|
| +++ b/webkit/appcache/appcache_url_request_job.h
|
| @@ -23,7 +23,6 @@ class APPCACHE_EXPORT AppCacheURLRequestJob : public net::URLRequestJob,
|
| public AppCacheStorage::Delegate {
|
| public:
|
| AppCacheURLRequestJob(net::URLRequest* request, AppCacheStorage* storage);
|
| - virtual ~AppCacheURLRequestJob();
|
|
|
| // Informs the job of what response it should deliver. Only one of these
|
| // methods should be called, and only once per job. A job will sit idle and
|
| @@ -77,6 +76,9 @@ class APPCACHE_EXPORT AppCacheURLRequestJob : public net::URLRequestJob,
|
| return cache_entry_not_found_;
|
| }
|
|
|
| + protected:
|
| + virtual ~AppCacheURLRequestJob();
|
| +
|
| private:
|
| friend class AppCacheRequestHandlerTest;
|
| friend class AppCacheURLRequestJobTest;
|
|
|