| Index: content/browser/appcache/view_appcache_internals_job.h
|
| diff --git a/content/browser/appcache/view_appcache_internals_job.h b/content/browser/appcache/view_appcache_internals_job.h
|
| index f11b68e5875e88c00ef96be532cb267334b3ec8e..7fb2ea9909e102a65f395c9adcdd6da65a7bc72d 100644
|
| --- a/content/browser/appcache/view_appcache_internals_job.h
|
| +++ b/content/browser/appcache/view_appcache_internals_job.h
|
| @@ -13,7 +13,7 @@ class URLRequest;
|
| class URLRequestJob;
|
| }
|
|
|
| -namespace appcache {
|
| +namespace content {
|
| class AppCacheServiceImpl;
|
| }
|
|
|
| @@ -24,12 +24,12 @@ class ViewAppCacheInternalsJobFactory {
|
| static net::URLRequestJob* CreateJobForRequest(
|
| net::URLRequest* request,
|
| net::NetworkDelegate* network_delegate,
|
| - appcache::AppCacheServiceImpl* service);
|
| + AppCacheServiceImpl* service);
|
|
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ViewAppCacheInternalsJobFactory);
|
| };
|
|
|
| -} // namespace appcache
|
| +} // namespace content
|
|
|
| #endif // CONTENT_BROWSER_APPCACHE_VIEW_APPCACHE_INTERNALS_JOB_H_
|
|
|