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

Unified Diff: content/browser/transition_browsertest.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: content/browser/transition_browsertest.cc
diff --git a/content/browser/transition_browsertest.cc b/content/browser/transition_browsertest.cc
index 5a6ae9e0370f0188d2a057aa561c4b83a5213c15..79a12a5b6ebbe2a740654310d5e4b5b4ceebe89e 100644
--- a/content/browser/transition_browsertest.cc
+++ b/content/browser/transition_browsertest.cc
@@ -41,7 +41,7 @@ class TransitionBrowserTestObserver
virtual void RequestBeginning(
net::URLRequest* request,
ResourceContext* resource_context,
- appcache::AppCacheService* appcache_service,
+ content::AppCacheService* appcache_service,
jam 2014/06/25 21:51:14 nit: no "content::"
ResourceType::Type resource_type,
int child_id,
int route_id,

Powered by Google App Engine
This is Rietveld 408576698