Index: device/bluetooth/bluetooth_socket_chromeos.cc |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.cc b/device/bluetooth/bluetooth_socket_chromeos.cc |
similarity index 87% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.cc |
rename to device/bluetooth/bluetooth_socket_chromeos.cc |
index f86f9c56092ad1eb4e7dd64929473970e546e605..170eb4918792ceaea01cd2bede5fc551d644a93f 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.cc |
+++ b/device/bluetooth/bluetooth_socket_chromeos.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.h" |
+#include "device/bluetooth/bluetooth_socket_chromeos.h" |
#include <vector> |
@@ -15,10 +15,10 @@ |
#include <unistd.h> |
#include "base/logging.h" |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_service_record.h" |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_utils.h" |
+#include "device/bluetooth/bluetooth_service_record.h" |
+#include "device/bluetooth/bluetooth_utils.h" |
-namespace chromeos { |
+namespace device_bluetooth { |
BluetoothSocketChromeOs::BluetoothSocketChromeOs( |
const std::string& address, int fd) |
@@ -65,4 +65,4 @@ int BluetoothSocketChromeOs::fd() const { |
return fd_; |
} |
-} // namespace chromeos |
+} // namespace device_bluetooth |