| Index: content/renderer/origin_trials/trial_token_validator.h
|
| diff --git a/content/renderer/origin_trials/trial_token_validator.h b/content/renderer/origin_trials/trial_token_validator.h
|
| index 6afd01b2091e3042e078b1abac94213f74f89efe..a0ce6c231134d7c532bdef1edcd5be8cedeebdbc 100644
|
| --- a/content/renderer/origin_trials/trial_token_validator.h
|
| +++ b/content/renderer/origin_trials/trial_token_validator.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_VALIDATOR_H_
|
|
|
| #include <string>
|
| +#include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebTrialTokenValidator.h"
|
|
|
| namespace content {
|
| @@ -14,7 +15,8 @@ namespace content {
|
| // to validate tokens to enable experimental features.
|
| //
|
| // This class is thread-safe.
|
| -class TrialTokenValidator : public blink::WebTrialTokenValidator {
|
| +class CONTENT_EXPORT TrialTokenValidator
|
| + : public NON_EXPORTED_BASE(blink::WebTrialTokenValidator) {
|
| public:
|
| TrialTokenValidator();
|
| ~TrialTokenValidator() override;
|
|
|