| Index: chromeos/dbus/bluetooth_agent_service_provider.h
|
| diff --git a/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h b/chromeos/dbus/bluetooth_agent_service_provider.h
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h
|
| rename to chromeos/dbus/bluetooth_agent_service_provider.h
|
| index 417f6bfa3c957f8b409afd760ec6ba279b62799e..8e4178c404c5b183e3040ff8a8a8ee56ce88f0fc 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h
|
| +++ b/chromeos/dbus/bluetooth_agent_service_provider.h
|
| @@ -2,14 +2,15 @@
|
| // 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_AGENT_SERVICE_PROVIDER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| +#ifndef CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| +#define CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| +#include "chromeos/chromeos_export.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/object_path.h"
|
|
|
| @@ -24,7 +25,7 @@ namespace chromeos {
|
| // to the agent by the Bluetooth daemon will be passed on to your Delegate
|
| // object for handling, and responses returned using the callbacks supplied
|
| // to those methods.
|
| -class BluetoothAgentServiceProvider {
|
| +class CHROMEOS_EXPORT BluetoothAgentServiceProvider {
|
| public:
|
| // Interface for reacting to agent requests.
|
| class Delegate {
|
| @@ -175,4 +176,4 @@ class BluetoothAgentServiceProvider {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| +#endif // CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
|
|