// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/paint_preview/common/capture_result.h" namespace paint_preview { RecordingParams::RecordingParams(const base::UnguessableToken& document_guid) : … { … } CaptureResult::CaptureResult(RecordingPersistence persistence) : … { … } CaptureResult::~CaptureResult() = default; CaptureResult::CaptureResult(CaptureResult&&) = default; CaptureResult& CaptureResult::operator=(CaptureResult&&) = default; } // namespace paint_preview