#ifndef EXTENSIONS_BROWSER_API_PRINTER_PROVIDER_PRINTER_PROVIDER_API_H_
#define EXTENSIONS_BROWSER_API_PRINTER_PROVIDER_PRINTER_PROVIDER_API_H_
#include <string>
#include "base/functional/callback_forward.h"
#include "base/values.h"
#include "components/keyed_service/core/keyed_service.h"
#include "extensions/common/extension_id.h"
#include "services/device/public/mojom/usb_device.mojom.h"
namespace content {
class BrowserContext;
}
namespace extensions {
class Extension;
struct PrinterProviderPrintJob;
}
namespace extensions {
class PrinterProviderAPI : public KeyedService { … };
}
#endif