Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / browser / webui / url_data_manager_backend.cc
index 9f661af..cda08bb 100644 (file)
@@ -44,8 +44,6 @@
 #include "net/url_request/url_request_job_factory.h"
 #include "url/url_util.h"
 
-using appcache::AppCacheServiceImpl;
-
 namespace content {
 
 namespace {
@@ -207,7 +205,7 @@ class URLRequestChromeJob : public net::URLRequestJob,
   // True when job is generated from an incognito profile.
   const bool is_incognito_;
 
-  // The backend is owned by ChromeURLRequestContext and always outlives us.
+  // The backend is owned by net::URLRequestContext and always outlives us.
   URLDataManagerBackend* backend_;
 
   base::WeakPtrFactory<URLRequestChromeJob> weak_factory_;