blob: 86d79507ec927f9ee7009a5dac8bab60f02cf382 [file] [log] [blame]
// Copyright 2019 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/content_capture/common/content_capture_data.h"
namespace content_capture {
ContentCaptureData::ContentCaptureData() = default;
ContentCaptureData::ContentCaptureData(const ContentCaptureData& data) =
default;
ContentCaptureData::~ContentCaptureData() = default;
} // namespace content_capture