Index: device/bluetooth/bluetooth_utils.cc |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_utils.cc b/device/bluetooth/bluetooth_utils.cc |
similarity index 94% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_utils.cc |
rename to device/bluetooth/bluetooth_utils.cc |
index 02643c6a51d11b2ea969b9df705122c445d3052d..2a47a5d3a1e1b4449fe15e305a4f40040633559b 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_utils.cc |
+++ b/device/bluetooth/bluetooth_utils.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_utils.h" |
+#include "device/bluetooth/bluetooth_utils.h" |
#include <vector> |
@@ -18,7 +18,7 @@ static const char* kCommonUuidPrefix = "0000"; |
static const int kUuidSize = 36; |
} // namespace |
-namespace chromeos { |
+namespace device_bluetooth { |
namespace bluetooth_utils { |
bool str2ba(const std::string& in_address, bdaddr_t* out_address) { |
@@ -85,4 +85,4 @@ std::string CanonicalUuid(std::string uuid) { |
} |
} // namespace bluetooth_utils |
-} // namespace chromeos |
+} // namespace device_bluetooth |