| Index: chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.h b/chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h
|
| similarity index 96%
|
| rename from chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.h
|
| rename to chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h
|
| index e6dc0eaba4b1c400dbc610f9db95aa63b38a329a..933e9c969c764e9c73c2295f098bbe03e6a396dd 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.h
|
| +++ b/chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.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_BLUETOOTH_BLUETOOTH_API_SOCKET_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_BLUETOOTH_API_SOCKET_H_
|
| +#ifndef CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_API_SOCKET_H_
|
| +#define CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_API_SOCKET_H_
|
|
|
| #include <string>
|
|
|
| @@ -158,4 +158,4 @@ class BluetoothApiSocket : public ApiResource {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_BLUETOOTH_API_SOCKET_H_
|
| +#endif // CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_API_SOCKET_H_
|
|
|