| Index: extensions/browser/api/hid/hid_connection_resource.h
|
| diff --git a/chrome/browser/extensions/api/hid/hid_connection_resource.h b/extensions/browser/api/hid/hid_connection_resource.h
|
| similarity index 83%
|
| rename from chrome/browser/extensions/api/hid/hid_connection_resource.h
|
| rename to extensions/browser/api/hid/hid_connection_resource.h
|
| index 08c26f78a8237cbb19f42d2ace19676b51a81e30..13d6a116b6beaf7e08790ea02395b902c7ac2958 100644
|
| --- a/chrome/browser/extensions/api/hid/hid_connection_resource.h
|
| +++ b/extensions/browser/api/hid/hid_connection_resource.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 CHROME_BROWSER_EXTENSIONS_API_HID_HID_CONNECTION_RESOURCE_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_HID_HID_CONNECTION_RESOURCE_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_HID_HID_CONNECTION_RESOURCE_H_
|
| +#define EXTENSIONS_BROWSER_API_HID_HID_CONNECTION_RESOURCE_H_
|
|
|
| #include <string>
|
|
|
| @@ -38,4 +38,4 @@ class HidConnectionResource : public ApiResource {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_HID_HID_CONNECTION_RESOURCE_H_
|
| +#endif // EXTENSIONS_BROWSER_API_HID_HID_CONNECTION_RESOURCE_H_
|
|
|