| Index: device/bluetooth/bluetooth_adapter.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/bluetooth/bluetooth_adapter.h
|
| rename to device/bluetooth/bluetooth_adapter.h
|
| index 14a94a1eb3cd777b0d7855b917bf50d8cbe04bb8..86de361af5a7fca13c343138e6455db324dfc748 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h
|
| +++ b/device/bluetooth/bluetooth_adapter.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_CHROMEOS_BLUETOOTH_BLUETOOTH_ADAPTER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_ADAPTER_H_
|
| +#ifndef DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_H_
|
| +#define DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -11,7 +11,7 @@
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
|
|
| -namespace chromeos {
|
| +namespace device {
|
|
|
| class BluetoothDevice;
|
|
|
| @@ -150,6 +150,6 @@ class BluetoothAdapter : public base::RefCounted<BluetoothAdapter> {
|
| std::string name_;
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace device
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_ADAPTER_H_
|
| +#endif // DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_H_
|
|
|