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

Unified Diff: device/usb/usb_device_handle_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.h ('k') | device/usb/usb_device_handle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_device_handle_impl.h
diff --git a/components/usb_service/usb_device_handle_impl.h b/device/usb/usb_device_handle_impl.h
similarity index 94%
rename from components/usb_service/usb_device_handle_impl.h
rename to device/usb/usb_device_handle_impl.h
index 66d696018f7e76176f556ec1f35dbac6d629ea48..e4e5163dcb93eb4ce260bd9dfa8be15558370e9e 100644
--- a/components/usb_service/usb_device_handle_impl.h
+++ b/device/usb/usb_device_handle_impl.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 COMPONENTS_USB_SERVICE_USB_DEVICE_HANDLE_IMPL_H_
-#define COMPONENTS_USB_SERVICE_USB_DEVICE_HANDLE_IMPL_H_
+#ifndef DEVICE_USB_USB_DEVICE_HANDLE_IMPL_H_
+#define DEVICE_USB_USB_DEVICE_HANDLE_IMPL_H_
#include <map>
#include <vector>
@@ -12,8 +12,8 @@
#include "base/memory/ref_counted.h"
#include "base/strings/string16.h"
#include "base/threading/thread_checker.h"
-#include "components/usb_service/usb_device_handle.h"
-#include "components/usb_service/usb_interface.h"
+#include "device/usb/usb_device_handle.h"
+#include "device/usb/usb_interface.h"
#include "net/base/io_buffer.h"
#include "third_party/libusb/src/libusb/libusb.h"
@@ -21,7 +21,7 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace usb_service {
+namespace device {
class UsbContext;
class UsbConfigDescriptor;
@@ -169,6 +169,6 @@ class UsbDeviceHandleImpl : public UsbDeviceHandle {
DISALLOW_COPY_AND_ASSIGN(UsbDeviceHandleImpl);
};
-} // namespace usb_service
+} // namespace device
-#endif // COMPONENTS_USB_SERVICE_USB_DEVICE_HANDLE_IMPL_H_
+#endif // DEVICE_USB_USB_DEVICE_HANDLE_IMPL_H_
« no previous file with comments | « device/usb/usb_device_handle.h ('k') | device/usb/usb_device_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698