| Index: content/browser/webui/url_data_manager_backend.h
|
| diff --git a/content/browser/webui/url_data_manager_backend.h b/content/browser/webui/url_data_manager_backend.h
|
| index a307cdbfa10951673718b0bbb0c343875e1da995..03b3d72dbb74ff86bccbe3f5898ffecebfc269d3 100644
|
| --- a/content/browser/webui/url_data_manager_backend.h
|
| +++ b/content/browser/webui/url_data_manager_backend.h
|
| @@ -18,7 +18,7 @@
|
|
|
| class GURL;
|
|
|
| -namespace appcache {
|
| +namespace content {
|
| class AppCacheServiceImpl;
|
| }
|
|
|
| @@ -48,7 +48,7 @@ class URLDataManagerBackend : public base::SupportsUserData::Data {
|
| 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.
|
|
|