| Index: chromeos/dbus/bluetooth_node_client.h
|
| diff --git a/chrome/browser/chromeos/dbus/bluetooth_node_client.h b/chromeos/dbus/bluetooth_node_client.h
|
| similarity index 87%
|
| rename from chrome/browser/chromeos/dbus/bluetooth_node_client.h
|
| rename to chromeos/dbus/bluetooth_node_client.h
|
| index dbe3ab39f030f67a9803a1ea10534ba6e4afd99d..f99d17f5cad2e79a33767191524bf5537dc3461b 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_node_client.h
|
| +++ b/chromeos/dbus/bluetooth_node_client.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
|
| +#ifndef CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
|
| +#define CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -11,8 +11,9 @@
|
| #include "base/callback.h"
|
| #include "base/observer_list.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/chromeos/dbus/bluetooth_property.h"
|
| -#include "chrome/browser/chromeos/dbus/dbus_client_implementation_type.h"
|
| +#include "chromeos/chromeos_export.h"
|
| +#include "chromeos/dbus/bluetooth_property.h"
|
| +#include "chromeos/dbus/dbus_client_implementation_type.h"
|
| #include "dbus/object_path.h"
|
|
|
| namespace dbus {
|
| @@ -26,7 +27,7 @@ class BluetoothDeviceClient;
|
| // BluetoothNodeClient is used to represent persistent device nodes
|
| // bound to bluetooth devices, such as RFCOMM TTY bindings to ttyX devices
|
| // in Linux.
|
| -class BluetoothNodeClient {
|
| +class CHROMEOS_EXPORT BluetoothNodeClient {
|
| public:
|
| // Structure of properties associated with persistent device nodes.
|
| struct Properties : public BluetoothPropertySet {
|
| @@ -78,4 +79,4 @@ class BluetoothNodeClient {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
|
| +#endif // CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
|
|
|