Index: chromeos/dbus/bluetooth_manager_client.h |
diff --git a/chrome/browser/chromeos/dbus/bluetooth_manager_client.h b/chromeos/dbus/bluetooth_manager_client.h |
similarity index 89% |
rename from chrome/browser/chromeos/dbus/bluetooth_manager_client.h |
rename to chromeos/dbus/bluetooth_manager_client.h |
index 777f6cc47970fdbd08d2ab48c2134a4244566eeb..13d7599abb4be38eb463bd01e1a357fdfd7f4d88 100644 |
--- a/chrome/browser/chromeos/dbus/bluetooth_manager_client.h |
+++ b/chromeos/dbus/bluetooth_manager_client.h |
@@ -2,16 +2,17 @@ |
// 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_MANAGER_CLIENT_H_ |
-#define CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_ |
+#ifndef CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_ |
+#define CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_ |
#pragma once |
#include <string> |
#include "base/callback.h" |
#include "base/observer_list.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 { |
@@ -22,7 +23,7 @@ namespace chromeos { |
// BluetoothManagerClient is used to communicate with the bluetooth |
// daemon's Manager interface. |
-class BluetoothManagerClient { |
+class CHROMEOS_EXPORT BluetoothManagerClient { |
public: |
// Structure of properties associated with the bluetooth manager. |
struct Properties : public BluetoothPropertySet { |
@@ -96,4 +97,4 @@ class BluetoothManagerClient { |
} // namespace chromeos |
-#endif // CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_ |
+#endif // CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_ |