| Index: device/usb/fake_usb_device_handle.h
|
| diff --git a/device/usb/fake_usb_device_handle.h b/device/usb/fake_usb_device_handle.h
|
| index aa48ad75be461412db17ede017c21a06cf8840f4..ebfde3e85b3ee3578b3667def1d0396e9be746c9 100644
|
| --- a/device/usb/fake_usb_device_handle.h
|
| +++ b/device/usb/fake_usb_device_handle.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef DEVICE_USB_FAKE_USB_DEVICE_HANDLE_H_
|
| +#define DEVICE_USB_FAKE_USB_DEVICE_HANDLE_H_
|
| +
|
| #include "device/usb/usb_device_handle.h"
|
|
|
| namespace device {
|
| @@ -79,3 +82,5 @@ class FakeUsbDeviceHandle : public UsbDeviceHandle {
|
| };
|
|
|
| } // namespace device
|
| +
|
| +#endif // DEVICE_USB_FAKE_USB_DEVICE_HANDLE_H_
|
|
|