blob: 8982a0c5a0941223ff3087dd872cd7a672d5256f [file] [log] [blame]
// 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 "chrome/browser/extensions/api/image_writer_private/extraction_properties.h"
namespace extensions {
namespace image_writer {
ExtractionProperties::ExtractionProperties() = default;
ExtractionProperties::ExtractionProperties(ExtractionProperties&&) = default;
ExtractionProperties::~ExtractionProperties() = default;
} // namespace image_writer
} // namespace extensions