#ifndef PRINTING_BACKEND_CUPS_CONNECTION_H_
#define PRINTING_BACKEND_CUPS_CONNECTION_H_
#include <memory>
#include <string>
#include <vector>
#include "base/component_export.h"
#include "base/memory/weak_ptr.h"
#include "printing/backend/cups_deleters.h"
#include "printing/backend/cups_jobs.h"
#include "printing/backend/cups_printer.h"
#include "printing/printer_status.h"
namespace printing {
struct COMPONENT_EXPORT(PRINT_BACKEND) QueueStatus { … };
class COMPONENT_EXPORT(PRINT_BACKEND) CupsConnection { … };
}
#endif