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

Unified Diff: device/usb/usb_device_impl.h

Issue 497363004: Merge components/usb_service into device/usb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 3 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_handle_impl.cc ('k') | device/usb/usb_device_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_device_impl.h
diff --git a/components/usb_service/usb_device_impl.h b/device/usb/usb_device_impl.h
similarity index 88%
rename from components/usb_service/usb_device_impl.h
rename to device/usb/usb_device_impl.h
index 07711bc2e54f3c6ba947424853bc7a8af58a168a..1ece2e0b17e784ba9803e9032ba4c0ad24106828 100644
--- a/components/usb_service/usb_device_impl.h
+++ b/device/usb/usb_device_impl.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_USB_SERVICE_USB_DEVICE_IMPL_H_
-#define COMPONENTS_USB_SERVICE_USB_DEVICE_IMPL_H_
+#ifndef DEVICE_USB_USB_DEVICE_IMPL_H_
+#define DEVICE_USB_USB_DEVICE_IMPL_H_
#include <vector>
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/threading/thread_checker.h"
-#include "components/usb_service/usb_device.h"
+#include "device/usb/usb_device.h"
struct libusb_device;
struct libusb_config_descriptor;
@@ -19,7 +19,7 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace usb_service {
+namespace device {
class UsbDeviceHandleImpl;
class UsbContext;
@@ -72,6 +72,6 @@ class UsbDeviceImpl : public UsbDevice {
DISALLOW_COPY_AND_ASSIGN(UsbDeviceImpl);
};
-} // namespace usb_service
+} // namespace device
-#endif // COMPONENTS_USB_SERVICE_USB_DEVICE_IMPL_H_
+#endif // DEVICE_USB_USB_DEVICE_IMPL_H_
« no previous file with comments | « device/usb/usb_device_handle_impl.cc ('k') | device/usb/usb_device_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698