Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / webui / url_data_manager_backend.h
index a307cdb..19d6bd2 100644 (file)
 
 class GURL;
 
-namespace appcache {
-class AppCacheServiceImpl;
-}
-
 namespace base {
 class RefCountedMemory;
 }
 
 namespace content {
+
+class AppCacheServiceImpl;
 class ChromeBlobStorageContext;
 class ResourceContext;
 class URLDataManagerBackend;
@@ -41,14 +39,14 @@ class URLDataManagerBackend : public base::SupportsUserData::Data {
   typedef int RequestID;
 
   URLDataManagerBackend();
-  virtual ~URLDataManagerBackend();
+  ~URLDataManagerBackend() override;
 
   // Invoked to create the protocol handler for chrome://. |is_incognito| should
   // be set for incognito profiles. Called on the UI thread.
   static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler(
       content::ResourceContext* resource_context,
       bool is_incognito,
-      appcache::AppCacheServiceImpl* appcache_service,
+      AppCacheServiceImpl* appcache_service,
       ChromeBlobStorageContext* blob_storage_context);
 
   // Adds a DataSource to the collection of data sources.