| Index: device/bluetooth/test/mock_bluetooth_device.cc
|
| diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.cc b/device/bluetooth/test/mock_bluetooth_device.cc
|
| similarity index 87%
|
| rename from chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.cc
|
| rename to device/bluetooth/test/mock_bluetooth_device.cc
|
| index 1387fd2725a42faace0f7c61d84eb7d426dc4c3c..a8ff441fe1b1aea58c8a6ebab1c88af976879698 100644
|
| --- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h"
|
| -#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h"
|
| +#include "device/bluetooth/test/mock_bluetooth_adapter.h"
|
| +#include "device/bluetooth/test/mock_bluetooth_device.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluetooth {
|
|
|
| MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
|
| const std::string& name,
|
| @@ -38,4 +38,4 @@ MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
|
|
|
| MockBluetoothDevice::~MockBluetoothDevice() {}
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluetooth
|
|
|