chromium/content/public/browser/mhtml_generation_result.cc

// 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 "content/public/browser/mhtml_generation_result.h"

namespace content {

MHTMLGenerationResult::MHTMLGenerationResult(int64_t file_size,
                                             const std::string* digest)
    :{}

MHTMLGenerationResult::MHTMLGenerationResult(
    const MHTMLGenerationResult& other) = default;

MHTMLGenerationResult::~MHTMLGenerationResult() = default;

}  // namespace content