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

Unified Diff: device/usb/usb_device_linux.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/fake_usb_device_handle.h ('k') | device/usb/usb_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_device_linux.h
diff --git a/device/usb/usb_device_linux.h b/device/usb/usb_device_linux.h
index 6b6888f074af73c9d3a46c4fcc55d6ba8897a2e8..4ec2f7ca0f9f0d73e1790b8a0b16646896b70f10 100644
--- a/device/usb/usb_device_linux.h
+++ b/device/usb/usb_device_linux.h
@@ -2,8 +2,8 @@
// 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_IMPL_H_
-#define DEVICE_USB_USB_DEVICE_IMPL_H_
+#ifndef DEVICE_USB_USB_DEVICE_LINUX_H_
+#define DEVICE_USB_USB_DEVICE_LINUX_H_
#include <stdint.h>
@@ -76,4 +76,4 @@ class UsbDeviceLinux : public UsbDevice {
} // namespace device
-#endif // DEVICE_USB_USB_DEVICE_IMPL_H_
+#endif // DEVICE_USB_USB_DEVICE_LINUX_H_
« no previous file with comments | « device/usb/fake_usb_device_handle.h ('k') | device/usb/usb_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698