| Index: chromeos/dbus/bluetooth_device_client.cc
|
| diff --git a/chrome/browser/chromeos/dbus/bluetooth_device_client.cc b/chromeos/dbus/bluetooth_device_client.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/dbus/bluetooth_device_client.cc
|
| rename to chromeos/dbus/bluetooth_device_client.cc
|
| index a1700016243843b558d2ceadefdd5258fb2612c7..62510259d5149c2a8e5f4b70a3aa736ef8d692fc 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_device_client.cc
|
| +++ b/chromeos/dbus/bluetooth_device_client.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 "chrome/browser/chromeos/dbus/bluetooth_device_client.h"
|
| +#include "chromeos/dbus/bluetooth_device_client.h"
|
|
|
| #include <map>
|
|
|
| @@ -10,8 +10,8 @@
|
| #include "base/chromeos/chromeos_version.h"
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| -#include "chrome/browser/chromeos/dbus/bluetooth_adapter_client.h"
|
| -#include "chrome/browser/chromeos/dbus/bluetooth_property.h"
|
| +#include "chromeos/dbus/bluetooth_adapter_client.h"
|
| +#include "chromeos/dbus/bluetooth_property.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| #include "dbus/object_path.h"
|
|
|