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

Unified Diff: device/usb/usb_service_impl.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 | « device/usb/usb_device_linux.h ('k') | device/usb/usb_service_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_service_impl.h
diff --git a/device/usb/usb_service_impl.h b/device/usb/usb_service_impl.h
index 0014dd31ff0b2fdf5b1a4db30a00b05dfb2261f9..ec441bf529d262a4bb6dc48b57919fd465f1f20b 100644
--- a/device/usb/usb_service_impl.h
+++ b/device/usb/usb_service_impl.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_SERVICE_IMPL_H_
+#define DEVICE_USB_USB_SERVICE_IMPL_H_
+
#include "device/usb/usb_service.h"
#include <stddef.h>
@@ -120,3 +123,5 @@ class UsbServiceImpl :
};
} // namespace device
+
+#endif // DEVICE_USB_USB_SERVICE_IMPL_H_
« no previous file with comments | « device/usb/usb_device_linux.h ('k') | device/usb/usb_service_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698