| Index: third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp b/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
|
| index cad84e145e76e97f5b12aeb9cf732fb5aed371fa..c7ebd46f67b1f7324353791cd53fad67ca3affa6 100644
|
| --- a/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
|
| @@ -40,7 +40,7 @@ public:
|
| ~MockTokenValidator() override {}
|
|
|
| // blink::WebTrialTokenValidator implementation
|
| - bool validateToken(const blink::WebString& token, const blink::WebString& origin, const blink::WebString& featureName) override
|
| + bool validateToken(const blink::WebString& token, const blink::WebSecurityOrigin& origin, const blink::WebString& featureName) override
|
| {
|
| m_callCount++;
|
| return m_response;
|
|
|