Index: device/bluetooth/bluetooth_utils_unittest.cc |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc b/device/bluetooth/bluetooth_utils_unittest.cc |
similarity index 96% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc |
rename to device/bluetooth/bluetooth_utils_unittest.cc |
index 6dad3a05e5dc7df0cf8b56849d66264466b1bcfc..f3901488e531e29284cc176ea871a56dfacc5b55 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc |
+++ b/device/bluetooth/bluetooth_utils_unittest.cc |
@@ -4,10 +4,10 @@ |
#include <bluetooth/bluetooth.h> |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_utils.h" |
+#include "device/bluetooth/bluetooth_utils.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace chromeos { |
+namespace device_bluetooth { |
TEST(BluetoothUtilsTest, str2ba) { |
bdaddr_t bluetooth_address; |
@@ -69,4 +69,4 @@ TEST(BluetoothUtilsTest, CanonicalUuid) { |
bluetooth_utils::CanonicalUuid("0x00001101-0000-1000-8000-00805f9b34fb")); |
} |
-} // namespace chromeos |
+} // namespace device_bluetooth |