| Index: chrome/browser/usb/web_usb_browser_client.h
|
| diff --git a/components/webusb/webusb_browser_client.h b/chrome/browser/usb/web_usb_browser_client.h
|
| similarity index 76%
|
| rename from components/webusb/webusb_browser_client.h
|
| rename to chrome/browser/usb/web_usb_browser_client.h
|
| index a576f10d4f81c393f037ba8b7a655fd4da6a5eec..d6c2bc45e1d760d422ebf7c4a19408e02bfc1911 100644
|
| --- a/components/webusb/webusb_browser_client.h
|
| +++ b/chrome/browser/usb/web_usb_browser_client.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_WEBUSB_WEBUSB_BROWSER_CLIENT_H_
|
| -#define COMPONENTS_WEBUSB_WEBUSB_BROWSER_CLIENT_H_
|
| +#ifndef CHROME_BROWSER_USB_WEB_USB_BROWSER_CLIENT_H_
|
| +#define CHROME_BROWSER_USB_WEB_USB_BROWSER_CLIENT_H_
|
|
|
| #include <string>
|
|
|
| @@ -11,8 +11,6 @@
|
|
|
| class GURL;
|
|
|
| -namespace webusb {
|
| -
|
| // Interface to allow the webusb module to make browser-process-specific
|
| // calls.
|
| class WebUsbBrowserClient {
|
| @@ -26,6 +24,4 @@ class WebUsbBrowserClient {
|
| virtual void OnDeviceRemoved(const std::string& notification_id) = 0;
|
| };
|
|
|
| -} // namespace webusb
|
| -
|
| -#endif // COMPONENTS_WEBUSB_WEBUSB_BROWSER_CLIENT_H_
|
| +#endif // CHROME_BROWSER_USB_WEB_USB_BROWSER_CLIENT_H_
|
|
|