// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PRINTING_BACKEND_PRINT_BACKEND_UTILS_H_ #define PRINTING_BACKEND_PRINT_BACKEND_UTILS_H_ #include <string> #include <string_view> #include "base/component_export.h" #include "printing/buildflags/buildflags.h" #if BUILDFLAG(USE_CUPS) #include "printing/backend/cups_printer.h" #include "printing/backend/print_backend.h" #endif // BUILDFLAG(USE_CUPS) namespace gfx { class Size; } printing // namespace printing #endif // PRINTING_BACKEND_PRINT_BACKEND_UTILS_H_