| Index: webkit/appcache/view_appcache_internals_job.h
 | 
| diff --git a/webkit/appcache/view_appcache_internals_job.h b/webkit/appcache/view_appcache_internals_job.h
 | 
| index fee0801083d1f002ceb4c8f80adcadaaf0f24cb1..0131da2e1cc00e21b9f0d9da9cb434279a8ae935 100644
 | 
| --- a/webkit/appcache/view_appcache_internals_job.h
 | 
| +++ b/webkit/appcache/view_appcache_internals_job.h
 | 
| @@ -10,7 +10,9 @@
 | 
|  #include "net/url_request/url_request_simple_job.h"
 | 
|  #include "webkit/appcache/appcache_service.h"
 | 
|  
 | 
| +namespace net {
 | 
|  class URLRequest;
 | 
| +}  // namespace net
 | 
|  
 | 
|  namespace appcache {
 | 
|  
 | 
| @@ -19,7 +21,7 @@ namespace appcache {
 | 
|  class ViewAppCacheInternalsJob : public URLRequestSimpleJob {
 | 
|   public:
 | 
|    // Stores handle to appcache service for getting information.
 | 
| -  ViewAppCacheInternalsJob(URLRequest* request, AppCacheService* service);
 | 
| +  ViewAppCacheInternalsJob(net::URLRequest* request, AppCacheService* service);
 | 
|  
 | 
|    // Fetches the AppCache Info and calls StartAsync after it is done.
 | 
|    virtual void Start();
 | 
| 
 |