| Index: device/bluetooth/bluetooth_service_record_unittest.cc
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc b/device/bluetooth/bluetooth_service_record_unittest.cc
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc
|
| rename to device/bluetooth/bluetooth_service_record_unittest.cc
|
| index 11bcd98f1fac7025f8155caab85c541b8da2c1e8..2530f2260d9aa4193f021f609b7aabc380c17d9d 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_service_record_unittest.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| -#include "chrome/browser/chromeos/bluetooth/bluetooth_service_record.h"
|
| #include "chrome/common/chrome_paths.h"
|
| +#include "device/bluetooth/bluetooth_service_record.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
| @@ -19,7 +19,7 @@ static const char* kSerialUuid = "00001101-0000-1000-8000-00805f9b34fb";
|
|
|
| } // namespace
|
|
|
| -namespace chromeos {
|
| +namespace bluetooth {
|
|
|
| class BluetoothServiceRecordTest : public testing::Test {
|
| public:
|
| @@ -72,4 +72,4 @@ TEST_F(BluetoothServiceRecordTest, CleanUuid) {
|
| EXPECT_EQ("", invalid_service_record.uuid());
|
| }
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluetooth
|
|
|