| 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 b7d2d11d4c00019eef354216992889d9afbb00b9..dae31e36fb9befb7947d36c13b6ff68cd2033929 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc
|
| +++ b/chromeos/dbus/bluetooth_adapter_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_adapter_client.h"
|
| +#include "chromeos/dbus/bluetooth_adapter_client.h"
|
|
|
| #include <map>
|
|
|
| @@ -10,9 +10,9 @@
|
| #include "base/chromeos/chromeos_version.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"
|
|
|