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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/extensions/api/web_navigation/web_navigation_apitest.cc
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
index ae63d93de080b5e99511b4a6ba793d0856e4b3b3..d064a5c39b0f5ca3ab41d908d4769e3860d8e251 100644
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
@@ -233,7 +233,7 @@ class TestResourceDispatcherHostDelegate
virtual void RequestBeginning(
net::URLRequest* request,
content::ResourceContext* resource_context,
- appcache::AppCacheService* appcache_service,
+ content::AppCacheService* appcache_service,
ResourceType::Type resource_type,
int child_id,
int route_id,

Powered by Google App Engine
This is Rietveld 408576698