| Index: extensions/browser/api/bluetooth_socket/bluetooth_socket_api.h
|
| diff --git a/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h b/extensions/browser/api/bluetooth_socket/bluetooth_socket_api.h
|
| similarity index 95%
|
| rename from chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h
|
| rename to extensions/browser/api/bluetooth_socket/bluetooth_socket_api.h
|
| index 9ed740691de7b71c79b1677ffebfcea52110e2a9..ae84828323be9d4ea7317bae255a8eeb5c540273 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h
|
| +++ b/extensions/browser/api/bluetooth_socket/bluetooth_socket_api.h
|
| @@ -2,21 +2,21 @@
|
| // 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_SOCKET_BLUETOOTH_SOCKET_API_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_API_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_API_H_
|
| +#define EXTENSIONS_BROWSER_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_API_H_
|
|
|
| #include <string>
|
|
|
| #include "base/containers/hash_tables.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h"
|
| -#include "chrome/common/extensions/api/bluetooth_socket.h"
|
| #include "device/bluetooth/bluetooth_adapter.h"
|
| #include "extensions/browser/api/api_resource_manager.h"
|
| #include "extensions/browser/api/async_api_function.h"
|
| +#include "extensions/browser/api/bluetooth_socket/bluetooth_api_socket.h"
|
| #include "extensions/browser/extension_function.h"
|
| #include "extensions/browser/extension_function_histogram_value.h"
|
| +#include "extensions/common/api/bluetooth_socket.h"
|
|
|
| namespace device {
|
| class BluetoothSocket;
|
| @@ -28,7 +28,7 @@ class IOBuffer;
|
|
|
| namespace extensions {
|
|
|
| -namespace api {
|
| +namespace core_api {
|
|
|
| class BluetoothSocketEventDispatcher;
|
|
|
| @@ -326,7 +326,7 @@ class BluetoothSocketGetSocketsFunction
|
| virtual void Work() OVERRIDE;
|
| };
|
|
|
| -} // namespace api
|
| +} // namespace core_api
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_API_H_
|
| +#endif // EXTENSIONS_BROWSER_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_API_H_
|
|
|