Chromium Code Reviews| 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..57ce57434c6cc4dbc3e3f4d93131b5c7dad6767e 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_USB_DEVICE_HANDLE_H_ |
|
Reilly Grant (use Gerrit)
2017/06/06 21:35:49
This include guard should be DEVICE_USB_FAKE_USB_D
Ravi Nanjundappa
2017/06/07 03:22:01
Done.
|
| +#define DEVICE_USB_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_USB_DEVICE_HANDLE_H_ |