// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/common/origin_trials/trial_token_result.h" #include "third_party/blink/public/common/origin_trials/trial_token.h" namespace blink { TrialTokenResult::TrialTokenResult(OriginTrialTokenStatus status) : … { … } TrialTokenResult::TrialTokenResult(OriginTrialTokenStatus status, std::unique_ptr<TrialToken> parsed_token) : … { … } } // namespace blink