| Index: third_party/WebKit/public/platform/WebTrialTokenValidator.h
|
| diff --git a/third_party/WebKit/public/platform/WebTrialTokenValidator.h b/third_party/WebKit/public/platform/WebTrialTokenValidator.h
|
| index c6108b7e1e7839f292e173c25a2cfe2abe0aba67..b11cb215a68614b540b686f6f1d4ad2c12b58402 100644
|
| --- a/third_party/WebKit/public/platform/WebTrialTokenValidator.h
|
| +++ b/third_party/WebKit/public/platform/WebTrialTokenValidator.h
|
| @@ -6,6 +6,7 @@
|
| #define WebTrialTokenValidator_h
|
|
|
| #include "public/platform/WebCallbacks.h"
|
| +#include "public/platform/WebSecurityOrigin.h"
|
| #include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
| @@ -24,7 +25,7 @@ public:
|
|
|
| // Returns true if the given token is valid for the specified origin and
|
| // feature name.
|
| - virtual bool validateToken(const WebString& token, const WebString& origin, const WebString& featureName) = 0;
|
| + virtual bool validateToken(const WebString& token, const WebSecurityOrigin&, const WebString& featureName) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|