| Index: device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_socket_bluez_unittest.cc b/device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc
|
| similarity index 98%
|
| rename from device/bluetooth/bluetooth_socket_bluez_unittest.cc
|
| rename to device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc
|
| index 7223dd38489cebdcfbe2032c9ea2ded146e5696f..75fdb431e44c2c5ded934df62fe1e3553facc45f 100644
|
| --- a/device/bluetooth/bluetooth_socket_bluez_unittest.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "device/bluetooth/bluetooth_socket_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_socket_bluez.h"
|
|
|
| #include <memory>
|
|
|
| @@ -10,13 +10,13 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "device/bluetooth/bluetooth_adapter.h"
|
| -#include "device/bluetooth/bluetooth_adapter_bluez.h"
|
| #include "device/bluetooth/bluetooth_adapter_factory.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| -#include "device/bluetooth/bluetooth_device_bluez.h"
|
| #include "device/bluetooth/bluetooth_socket.h"
|
| #include "device/bluetooth/bluetooth_socket_thread.h"
|
| #include "device/bluetooth/bluetooth_uuid.h"
|
| +#include "device/bluetooth/bluez/bluetooth_adapter_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_device_bluez.h"
|
| #include "device/bluetooth/dbus/bluez_dbus_manager.h"
|
| #include "device/bluetooth/dbus/fake_bluetooth_adapter_client.h"
|
| #include "device/bluetooth/dbus/fake_bluetooth_agent_manager_client.h"
|
|
|