1 // Copyright 2023 The Chromium Authors.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_ANALYSIS_AGENT_SRC_SCOPED_PRINT_HANDLE_BASE_H_
6 #define CONTENT_ANALYSIS_AGENT_SRC_SCOPED_PRINT_HANDLE_BASE_H_
8 #include "content_analysis/sdk/analysis_agent.h"
10 namespace content_analysis
{
13 class ScopedPrintHandleBase
: public ScopedPrintHandle
{
15 ScopedPrintHandleBase(const ContentAnalysisRequest::PrintData
& print_data
);
17 size_t size() override
;
23 } // namespace content_analysis
25 #endif // CONTENT_ANALYSIS_AGENT_SRC_SCOPED_PRINT_HANDLE_BASE_H_