From 64c8f4f25d9fbd2233e476d6276b4c63bcc4813c Mon Sep 17 00:00:00 2001 From: reillyg Date: Wed, 10 Feb 2016 15:29:20 -0800 Subject: Remove //device/devices_app. This change removes the code to create a Mojo app containing device services (currently only USB) and instead makes the Mojo bindings for //device/usb part of that directory. The Mojo service implementation is still in a separate //device/usb/mojo target but this will eventually merge into its parent directory as the Mojo interface becomes the only public interface for //device/usb. BUG=None Review URL: https://codereview.chromium.org/1682363002 Cr-Commit-Position: refs/heads/master@{#374778} --- content/renderer/usb/web_usb_device_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/renderer/usb/web_usb_device_impl.h') diff --git a/content/renderer/usb/web_usb_device_impl.h b/content/renderer/usb/web_usb_device_impl.h index 73ed19d..d2bd81d 100644 --- a/content/renderer/usb/web_usb_device_impl.h +++ b/content/renderer/usb/web_usb_device_impl.h @@ -11,8 +11,8 @@ #include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "device/devices_app/usb/public/interfaces/device.mojom.h" -#include "device/devices_app/usb/public/interfaces/device_manager.mojom.h" +#include "device/usb/public/interfaces/device.mojom.h" +#include "device/usb/public/interfaces/device_manager.mojom.h" #include "mojo/shell/public/interfaces/interface_provider.mojom.h" #include "third_party/WebKit/public/platform/modules/webusb/WebUSBDevice.h" #include "third_party/WebKit/public/platform/modules/webusb/WebUSBDeviceInfo.h" -- cgit v1.1