chromium/chrome/browser/extensions/api/image_writer_private/extraction_properties.cc

// 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