chromium/printing/backend/print_backend_cups.h

// Copyright 2016 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_CUPS_H_
#define PRINTING_BACKEND_PRINT_BACKEND_CUPS_H_

#include <cups/cups.h>

#include <memory>
#include <string>

#include "base/component_export.h"
#include "base/files/file_path.h"
#include "printing/backend/cups_deleters.h"
#include "printing/backend/print_backend.h"
#include "printing/mojom/print.mojom.h"
#include "url/gurl.h"

namespace printing {

class PrintBackendCUPS : public PrintBackend {};

}  // namespace printing

#endif  // PRINTING_BACKEND_PRINT_BACKEND_CUPS_H_