chromium/chrome/browser/serial/chrome_serial_delegate.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_SERIAL_CHROME_SERIAL_DELEGATE_H_
#define CHROME_BROWSER_SERIAL_CHROME_SERIAL_DELEGATE_H_

#include <memory>
#include <vector>

#include "content/public/browser/serial_delegate.h"

class ChromeSerialDelegate : public content::SerialDelegate {};

#endif  // CHROME_BROWSER_SERIAL_CHROME_SERIAL_DELEGATE_H_