| Index: chromeos/dbus/bluetooth_node_client.cc
|
| diff --git a/chrome/browser/chromeos/dbus/bluetooth_node_client.cc b/chromeos/dbus/bluetooth_node_client.cc
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/dbus/bluetooth_node_client.cc
|
| rename to chromeos/dbus/bluetooth_node_client.cc
|
| index 34e62cd747f3a54208558b26f7e3cd6c72bc58ca..52959cf1d5365dfa6f7036d3ee1a94a1fa78f5ee 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_node_client.cc
|
| +++ b/chromeos/dbus/bluetooth_node_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_node_client.h"
|
| +#include "chromeos/dbus/bluetooth_node_client.h"
|
|
|
| #include <map>
|
|
|
| #include "base/bind.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_property.h"
|
| +#include "chromeos/dbus/bluetooth_device_client.h"
|
| +#include "chromeos/dbus/bluetooth_property.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| #include "dbus/object_path.h"
|
|
|