| Index: chromeos/dbus/bluetooth_input_client.cc
|
| diff --git a/chrome/browser/chromeos/dbus/bluetooth_input_client.cc b/chromeos/dbus/bluetooth_input_client.cc
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/dbus/bluetooth_input_client.cc
|
| rename to chromeos/dbus/bluetooth_input_client.cc
|
| index 88b5a8df07206a5b899a354001918809ffc8271d..6e9b890026bd97bfe5beaa0ab31333d3e606b110 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_input_client.cc
|
| +++ b/chromeos/dbus/bluetooth_input_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_input_client.h"
|
| +#include "chromeos/dbus/bluetooth_input_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"
|
|
|