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

Unified Diff: extensions/browser/api/usb/usb_device_resource.cc

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 | « extensions/browser/api/usb/usb_device_resource.h ('k') | extensions/browser/api/usb_private/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/usb/usb_device_resource.cc
diff --git a/extensions/browser/api/usb/usb_device_resource.cc b/extensions/browser/api/usb/usb_device_resource.cc
index 030de7b700f1d93f18d086d85c870a7b14875f35..347a1a75ca73841683a198d82f963b3d7cc7078c 100644
--- a/extensions/browser/api/usb/usb_device_resource.cc
+++ b/extensions/browser/api/usb/usb_device_resource.cc
@@ -10,13 +10,13 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/synchronization/lock.h"
-#include "components/usb_service/usb_device_handle.h"
#include "content/public/browser/browser_thread.h"
+#include "device/usb/usb_device_handle.h"
#include "extensions/browser/api/api_resource.h"
#include "extensions/common/api/usb.h"
using content::BrowserThread;
-using usb_service::UsbDeviceHandle;
+using device::UsbDeviceHandle;
namespace extensions {
« no previous file with comments | « extensions/browser/api/usb/usb_device_resource.h ('k') | extensions/browser/api/usb_private/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698