| Index: chromeos/dbus/bluetooth_adapter_client.cc
|
| diff --git a/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc b/chromeos/dbus/bluetooth_adapter_client.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc
|
| rename to chromeos/dbus/bluetooth_adapter_client.cc
|
| index d030a92f74fbaf3ba255ac00d710469807fa500a..566d470f3248b3ababc78ed3e0ca4fa5da6def9d 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc
|
| +++ b/chromeos/dbus/bluetooth_adapter_client.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/dbus/bluetooth_adapter_client.h"
|
| +#include "chromeos/dbus/bluetooth_adapter_client.h"
|
|
|
| #include <map>
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| -#include "chrome/browser/chromeos/dbus/bluetooth_device_client.h"
|
| -#include "chrome/browser/chromeos/dbus/bluetooth_manager_client.h"
|
| -#include "chrome/browser/chromeos/dbus/bluetooth_property.h"
|
| +#include "chromeos/dbus/bluetooth_device_client.h"
|
| +#include "chromeos/dbus/bluetooth_manager_client.h"
|
| +#include "chromeos/dbus/bluetooth_property.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| #include "dbus/object_path.h"
|
|
|