| 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 18942f41b9fedca9a10119ba642fa58d3119fc7b..a4ce54b4c4bf1455fec5714786387c20638bf8ca 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_device_client.cc
|
| +++ b/chromeos/dbus/bluetooth_device_client.cc
|
| @@ -2,15 +2,15 @@
|
| // 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>
|
|
|
| #include "base/bind.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"
|
|
|