Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3031)

Unified Diff: device/usb/fake_usb_device_handle.h

Issue 2923773002: Fix include guards in //device/usb (Closed)
Patch Set: Fix include guards in //device/usb Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | device/usb/usb_device_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « AUTHORS ('k') | device/usb/usb_device_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698