chromium/chrome/browser/usb/usb_browser_test_utils.h

// Copyright 2023 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_USB_USB_BROWSER_TEST_UTILS_H_
#define CHROME_BROWSER_USB_USB_BROWSER_TEST_UTILS_H_

#include <memory>

#include "base/memory/raw_ptr.h"
#include "chrome/browser/chrome_content_browser_client.h"
#include "chrome/browser/usb/chrome_usb_delegate.h"

class TestUsbDelegate : public ChromeUsbDelegate {};

class TestUsbContentBrowserClient : public ChromeContentBrowserClient {};

#endif  // CHROME_BROWSER_USB_USB_BROWSER_TEST_UTILS_H_