Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / browser / appcache / view_appcache_internals_job.h
index f11b68e..5118212 100644 (file)
@@ -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_