| Index: rlz/lib/machine_id_unittest.cc
|
| diff --git a/rlz/lib/machine_id_unittest.cc b/rlz/lib/machine_id_unittest.cc
|
| index bcae51107f2682f50c78b4842cbe3de523457b15..b3f3c6184a173371611f14a6e42d8943cc907b51 100644
|
| --- a/rlz/lib/machine_id_unittest.cc
|
| +++ b/rlz/lib/machine_id_unittest.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| // This test will fail if the behavior of GetMachineId changes.
|
| TEST(MachineDealCodeTestMachineId, MachineId) {
|
| - base::string16 computer_sid(UTF8ToUTF16(
|
| + base::string16 computer_sid(base::UTF8ToUTF16(
|
| "S-1-5-21-2345599882-2448789067-1921365677"));
|
| std::string id;
|
| rlz_lib::testing::GetMachineIdImpl(computer_sid, 2651229008, &id);
|
|
|