Index: content/child/origin_trials/trial_token_validator.h |
diff --git a/content/child/origin_trials/trial_token_validator.h b/content/child/origin_trials/trial_token_validator.h |
index 2013bc157a245dc829af5dbcc8d1504d3c51fc01..99c681aa4d9dbea82a501c29e2104131e8256790 100644 |
--- a/content/child/origin_trials/trial_token_validator.h |
+++ b/content/child/origin_trials/trial_token_validator.h |
@@ -6,6 +6,7 @@ |
#define CONTENT_CHILD_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; |