| Index: content/public/common/resource_response.h
|
| diff --git a/content/public/common/resource_response.h b/content/public/common/resource_response.h
|
| index 8147d3ad668ca4b36505e29ea3a4753b44601ef8..b8bb588e1fe7d122a6f89f72e3d9653e324e84f5 100644
|
| --- a/content/public/common/resource_response.h
|
| +++ b/content/public/common/resource_response.h
|
| @@ -40,12 +40,12 @@ struct SyncLoadResult : ResourceResponseHead {
|
| // Simple wrapper that refcounts ResourceResponseHead.
|
| // Inherited, rather than typedef'd, to allow forward declarations.
|
| struct CONTENT_EXPORT ResourceResponse
|
| - : public base::RefCounted<ResourceResponse> {
|
| + : public base::RefCountedThreadSafe<ResourceResponse> {
|
| public:
|
| ResourceResponseHead head;
|
|
|
| private:
|
| - friend class base::RefCounted<ResourceResponse>;
|
| + friend class base::RefCountedThreadSafe<ResourceResponse>;
|
| ~ResourceResponse() {}
|
| };
|
|
|
|
|