chromium/third_party/content_analysis_sdk/src/agent/src/scoped_print_handle_base.cc

// Copyright 2023 The Chromium Authors.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "scoped_print_handle_base.h"

namespace content_analysis {
namespace sdk {

ScopedPrintHandleBase::ScopedPrintHandleBase(
    const ContentAnalysisRequest::PrintData& print_data)
    :{}

size_t ScopedPrintHandleBase::size() {}

}  // namespace sdk
}  // namespace content_analysis