Index: device/bluetooth/bluetooth_service_record.h |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_service_record.h b/device/bluetooth/bluetooth_service_record.h |
similarity index 85% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_service_record.h |
rename to device/bluetooth/bluetooth_service_record.h |
index 2e43d72a732a39347ecd6d2a38075a6c46467d7a..22a2b26fa1a1d2e41928d4e2df33a8ede6107543 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_service_record.h |
+++ b/device/bluetooth/bluetooth_service_record.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_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_ |
-#define CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_ |
+#ifndef DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_ |
+#define DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_ |
#include <string> |
@@ -11,7 +11,7 @@ |
class XmlReader; |
-namespace chromeos { |
+namespace device_bluetooth { |
// BluetoothServiceRecord represents an SDP service record. |
// |
@@ -54,6 +54,6 @@ class BluetoothServiceRecord { |
DISALLOW_COPY_AND_ASSIGN(BluetoothServiceRecord); |
}; |
-} // namespace chromeos |
+} // namespace device_bluetooth |
-#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_ |
+#endif // DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_ |