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

Unified Diff: content/public/browser/resource_dispatcher_host_delegate.h

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: content/public/browser/resource_dispatcher_host_delegate.h
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
index 45796bacaccec8516c315b623326bc668dbf891d..d16a11f3eae504605e1679718c602b8b5c5e9e55 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -15,7 +15,7 @@
class GURL;
template <class T> class ScopedVector;
-namespace appcache {
+namespace content {
class AppCacheService;
jam 2014/06/25 21:51:14 ditto
}
@@ -58,7 +58,7 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
virtual void RequestBeginning(
net::URLRequest* request,
ResourceContext* resource_context,
- appcache::AppCacheService* appcache_service,
+ AppCacheService* appcache_service,
ResourceType::Type resource_type,
int child_id,
int route_id,

Powered by Google App Engine
This is Rietveld 408576698