| 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 46048aefda1f839aeb555627d52a0683f464299b..0e312aab26cb962965d5b9160bfad74e00f32181 100644
|
| --- a/content/browser/webui/url_data_manager_backend.h
|
| +++ b/content/browser/webui/url_data_manager_backend.h
|
| @@ -25,7 +25,6 @@ class RefCountedMemory;
|
|
|
| namespace content {
|
|
|
| -class AppCacheServiceImpl;
|
| class ChromeBlobStorageContext;
|
| class ResourceContext;
|
| class URLDataManagerBackend;
|
| @@ -47,7 +46,6 @@ class URLDataManagerBackend : public base::SupportsUserData::Data {
|
| CONTENT_EXPORT static scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| CreateProtocolHandler(content::ResourceContext* resource_context,
|
| bool is_incognito,
|
| - AppCacheServiceImpl* appcache_service,
|
| ChromeBlobStorageContext* blob_storage_context);
|
|
|
| // Adds a DataSource to the collection of data sources.
|
|
|