| Index: device/bluetooth/bluez/bluetooth_audio_sink_bluez.cc
|
| diff --git a/device/bluetooth/bluetooth_audio_sink_bluez.cc b/device/bluetooth/bluez/bluetooth_audio_sink_bluez.cc
|
| similarity index 99%
|
| rename from device/bluetooth/bluetooth_audio_sink_bluez.cc
|
| rename to device/bluetooth/bluez/bluetooth_audio_sink_bluez.cc
|
| index fca894b116cb4ad3b5affe59817f08f09c3cc6f7..82ea548fd2f3e51fd9a2b08964f6b78bf5b28078 100644
|
| --- a/device/bluetooth/bluetooth_audio_sink_bluez.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_audio_sink_bluez.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "device/bluetooth/bluetooth_audio_sink_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_audio_sink_bluez.h"
|
|
|
| #include <unistd.h>
|
|
|
| @@ -15,7 +15,7 @@
|
| #include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| #include "dbus/message.h"
|
| -#include "device/bluetooth/bluetooth_adapter_bluez.h"
|
| +#include "device/bluetooth/bluez/bluetooth_adapter_bluez.h"
|
| #include "device/bluetooth/dbus/bluez_dbus_manager.h"
|
|
|
| using dbus::ObjectPath;
|
|
|