diff options
Diffstat (limited to 'chrome/browser/ui/webui/chrome_url_data_manager_backend.h')
-rw-r--r-- | chrome/browser/ui/webui/chrome_url_data_manager_backend.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/chrome_url_data_manager_backend.h b/chrome/browser/ui/webui/chrome_url_data_manager_backend.h index c9271de..073fdc1 100644 --- a/chrome/browser/ui/webui/chrome_url_data_manager_backend.h +++ b/chrome/browser/ui/webui/chrome_url_data_manager_backend.h @@ -15,12 +15,15 @@ #include "chrome/browser/ui/webui/chrome_url_data_manager.h" #include "net/url_request/url_request_job_factory.h" -class ChromeAppCacheService; class ChromeURLDataManagerBackend; class GURL; class RefCountedMemory; class URLRequestChromeJob; +namespace appcache { +class AppCacheService; +} + namespace net { class URLRequest; class URLRequestJob; @@ -43,7 +46,7 @@ class ChromeURLDataManagerBackend { // Invoked to create the protocol handler for chrome://. static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler( ChromeURLDataManagerBackend* backend, - ChromeAppCacheService* appcache_service, + appcache::AppCacheService* appcache_service, webkit_blob::BlobStorageController* blob_storage_controller); // Adds a DataSource to the collection of data sources. |