Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6136)

Unified Diff: chrome/browser/ui/webui/chrome_url_data_manager_backend.h

Issue 9425026: Remove getters for HTML5 related objects from the ResourceContext interface. Half of them weren't u… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/chrome_url_data_manager_backend.h
===================================================================
--- chrome/browser/ui/webui/chrome_url_data_manager_backend.h (revision 122771)
+++ chrome/browser/ui/webui/chrome_url_data_manager_backend.h (working copy)
@@ -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 @@
// 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.

Powered by Google App Engine
This is Rietveld 408576698