Index: device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.h |
diff --git a/chromeos/dbus/bluetooth_media_endpoint_service_provider.h b/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.h |
similarity index 95% |
rename from chromeos/dbus/bluetooth_media_endpoint_service_provider.h |
rename to device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.h |
index fffaa5330d6f4308a52ee8b3ca5e19ba989590fd..ebb185646115e8ba9a27356ef4d87256388a4edf 100644 |
--- a/chromeos/dbus/bluetooth_media_endpoint_service_provider.h |
+++ b/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.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 CHROMEOS_DBUS_BLUETOOTH_MEDIA_ENDPOINT_SERVICE_PROVIDER_H_ |
-#define CHROMEOS_DBUS_BLUETOOTH_MEDIA_ENDPOINT_SERVICE_PROVIDER_H_ |
+#ifndef DEVICE_BLUETOOTH_DBUS_BLUETOOTH_MEDIA_ENDPOINT_SERVICE_PROVIDER_H_ |
+#define DEVICE_BLUETOOTH_DBUS_BLUETOOTH_MEDIA_ENDPOINT_SERVICE_PROVIDER_H_ |
#include <string> |
#include <vector> |
@@ -14,7 +14,7 @@ |
#include "dbus/message.h" |
#include "dbus/object_path.h" |
-namespace chromeos { |
+namespace bluez { |
// BluetoothMediaEndpointServiceProvider is used to provide a D-Bus object that |
// the Bluetooth daemon can commuicate with to serve as a media source/sink. |
@@ -128,6 +128,6 @@ class CHROMEOS_EXPORT BluetoothMediaEndpointServiceProvider { |
DISALLOW_COPY_AND_ASSIGN(BluetoothMediaEndpointServiceProvider); |
}; |
-} // namespace chromeos |
+} // namespace bluez |
-#endif // CHROMEOS_DBUS_BLUETOOTH_MEDIA_ENDPOINT_SERVICE_PROVIDER_H_ |
+#endif // DEVICE_BLUETOOTH_DBUS_BLUETOOTH_MEDIA_ENDPOINT_SERVICE_PROVIDER_H_ |