summaryrefslogtreecommitdiff
path: root/chromium/content/browser/appcache/view_appcache_internals_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/appcache/view_appcache_internals_job.h')
-rw-r--r--chromium/content/browser/appcache/view_appcache_internals_job.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/chromium/content/browser/appcache/view_appcache_internals_job.h b/chromium/content/browser/appcache/view_appcache_internals_job.h
index f11b68e5875..5118212cd51 100644
--- a/chromium/content/browser/appcache/view_appcache_internals_job.h
+++ b/chromium/content/browser/appcache/view_appcache_internals_job.h
@@ -13,23 +13,20 @@ class URLRequest;
class URLRequestJob;
}
-namespace appcache {
-class AppCacheServiceImpl;
-}
-
namespace content {
+class AppCacheServiceImpl;
class ViewAppCacheInternalsJobFactory {
public:
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_