Index: device/bluetooth/bluetooth_socket.h |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_socket.h b/device/bluetooth/bluetooth_socket.h |
similarity index 78% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_socket.h |
rename to device/bluetooth/bluetooth_socket.h |
index 326c0f7f52aac0704208743caaa5c11b0102154c..b444110b3a039120dce6df68091e534a5e238c74 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_socket.h |
+++ b/device/bluetooth/bluetooth_socket.h |
@@ -2,12 +2,12 @@ |
// 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_SOCKET_H_ |
-#define CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_SOCKET_H_ |
+#ifndef DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_H_ |
+#define DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_H_ |
#include "base/memory/ref_counted.h" |
-namespace chromeos { |
+namespace device { |
// BluetoothSocket represents a socket to a specific service on a |
// BluetoothDevice. BluetoothSocket objects are ref counted and may outlive |
@@ -25,6 +25,6 @@ class BluetoothSocket : public base::RefCounted<BluetoothSocket> { |
virtual ~BluetoothSocket() {} |
}; |
-} // namespace chromeos |
+} // namespace device |
-#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_SOCKET_H_ |
+#endif // DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_H_ |