// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_DEVICE_TEST_USB_TEST_GADGET_H_ #define SERVICES_DEVICE_TEST_USB_TEST_GADGET_H_ #include <memory> #include "base/memory/scoped_refptr.h" namespace base { class SingleThreadTaskRunner; } namespace device { class UsbDevice; class UsbService; // Declared here so that the deprecated URLFetcher class can friend it. class UsbTestGadgetImpl; class UsbTestGadget { … }; } // namespace device #endif // SERVICES_DEVICE_TEST_USB_TEST_GADGET_H_