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

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

Issue 10416003: RefCounted types should not have public destructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 19cd6cf76f0498ec81901bc418f18ef2d31c5f98..639f6b7a4fc539900d09a75b255b55d77fef07d3 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -18,9 +18,9 @@ template <class T> class ScopedVector;
namespace content {
class ResourceContext;
+class ResourceResponse;
class ResourceThrottle;
struct Referrer;
-struct ResourceResponse;
}
namespace net {

Powered by Google App Engine
This is Rietveld 408576698