Index: third_party/WebKit/Source/platform/network/ResourceRequest.h |
diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.h b/third_party/WebKit/Source/platform/network/ResourceRequest.h |
index 568a00063ab73c2f1044b6d50f5d94a6cf554ee0..a43f60754a60f58a79bbd1ccf70706b6f0bdfd83 100644 |
--- a/third_party/WebKit/Source/platform/network/ResourceRequest.h |
+++ b/third_party/WebKit/Source/platform/network/ResourceRequest.h |
@@ -126,9 +126,9 @@ public: |
const AtomicString& httpSuborigin() const { return httpHeaderField(HTTPNames::Suborigin); } |
// Note that these will also set and clear, respectively, the |
// Suborigin header, if appropriate. |
- void setHTTPOrigin(PassRefPtr<SecurityOrigin>); |
+ void setHTTPOrigin(const SecurityOrigin*); |
void clearHTTPOrigin(); |
- void addHTTPOriginIfNeeded(PassRefPtr<SecurityOrigin>); |
+ void addHTTPOriginIfNeeded(const SecurityOrigin*); |
const AtomicString& httpUserAgent() const { return httpHeaderField(HTTPNames::User_Agent); } |
void setHTTPUserAgent(const AtomicString& httpUserAgent) { setHTTPHeaderField(HTTPNames::User_Agent, httpUserAgent); } |