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

Unified Diff: content/common/resource_request_body_impl.h

Issue 2960023002: Remove SupportsUserData from ResourceRequestBodyImpl. (Closed)
Patch Set: .... Created 3 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/common/resource_request_body_impl.h
diff --git a/content/common/resource_request_body_impl.h b/content/common/resource_request_body_impl.h
index bb74d6a8f7c613571533219f6b1d614bdc80a81d..969f74d8eb1b5db9695bbca64cc7517d533419e6 100644
--- a/content/common/resource_request_body_impl.h
+++ b/content/common/resource_request_body_impl.h
@@ -11,7 +11,6 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "base/supports_user_data.h"
#include "content/common/content_export.h"
#include "content/public/common/resource_request_body.h"
#include "storage/common/data_element.h"
@@ -25,8 +24,7 @@ namespace content {
// A struct used to represent upload data. The data field is populated by
// WebURLLoader from the data given as WebHTTPBody.
-class CONTENT_EXPORT ResourceRequestBodyImpl : public ResourceRequestBody,
- public base::SupportsUserData {
+class CONTENT_EXPORT ResourceRequestBodyImpl : public ResourceRequestBody {
public:
typedef storage::DataElement Element;

Powered by Google App Engine
This is Rietveld 408576698