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

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

Issue 358993007: Fix nits in content/browser/appcache/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/public/browser/resource_context.h ('k') | content/public/browser/storage_partition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d16a11f3eae504605e1679718c602b8b5c5e9e55..7d026928338980753f3b7ddbb309384cc7cda8b2 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -15,18 +15,6 @@
class GURL;
template <class T> class ScopedVector;
-namespace content {
-class AppCacheService;
-}
-
-namespace content {
-class ResourceContext;
-class ResourceThrottle;
-class StreamHandle;
-struct Referrer;
-struct ResourceResponse;
-}
-
namespace IPC {
class Sender;
}
@@ -38,7 +26,13 @@ class URLRequest;
namespace content {
+class AppCacheService;
+class ResourceContext;
class ResourceDispatcherHostLoginDelegate;
+class ResourceThrottle;
+class StreamHandle;
+struct Referrer;
+struct ResourceResponse;
// Interface that the embedder provides to ResourceDispatcherHost to allow
// observing and modifying requests.
« no previous file with comments | « content/public/browser/resource_context.h ('k') | content/public/browser/storage_partition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698