#ifndef CONTENT_PUBLIC_BROWSER_SERIAL_DELEGATE_H_
#define CONTENT_PUBLIC_BROWSER_SERIAL_DELEGATE_H_
#include <memory>
#include <vector>
#include "base/observer_list_types.h"
#include "content/common/content_export.h"
#include "content/public/browser/serial_chooser.h"
#include "services/device/public/mojom/serial.mojom.h"
#include "third_party/blink/public/mojom/serial/serial.mojom.h"
namespace url {
class Origin;
}
namespace content {
class RenderFrameHost;
class CONTENT_EXPORT SerialDelegate { … };
}
#endif