| Index: chromeos/dbus/bluetooth_manager_client.cc
|
| diff --git a/chrome/browser/chromeos/dbus/bluetooth_manager_client.cc b/chromeos/dbus/bluetooth_manager_client.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/dbus/bluetooth_manager_client.cc
|
| rename to chromeos/dbus/bluetooth_manager_client.cc
|
| index e75119ebe7e8a04abb9146ddab7ab1542a3949a1..1ff3f625c2bc253be27d79c82b34518f28d2c054 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_manager_client.cc
|
| +++ b/chromeos/dbus/bluetooth_manager_client.cc
|
| @@ -2,11 +2,11 @@
|
| // 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_manager_client.h"
|
| +#include "chromeos/dbus/bluetooth_manager_client.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| -#include "chrome/browser/chromeos/dbus/bluetooth_property.h"
|
| +#include "chromeos/dbus/bluetooth_property.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| #include "dbus/object_path.h"
|
|
|