chromium/chrome/browser/printing/test_print_view_manager.h

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

#ifndef CHROME_BROWSER_PRINTING_TEST_PRINT_VIEW_MANAGER_H_
#define CHROME_BROWSER_PRINTING_TEST_PRINT_VIEW_MANAGER_H_

#include <optional>

#include "base/functional/callback.h"
#include "chrome/browser/printing/print_view_manager.h"

namespace content {
class WebContents;
}  // namespace content

namespace printing {

class PrintJob;

OnDidCreatePrintJobCallback;

class TestPrintViewManager : public PrintViewManager {};

}  // namespace printing

#endif  // CHROME_BROWSER_PRINTING_TEST_PRINT_VIEW_MANAGER_H_