| 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 7386c795583841a6f152aeb5536acddad0935049..a3a860bcbf7212491fba22037bbb9b39362b409b 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_manager_client.cc
|
| +++ b/chromeos/dbus/bluetooth_manager_client.cc
|
| @@ -2,12 +2,12 @@
|
| // 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/chromeos/chromeos_version.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"
|
|
|