| Index: rlz/test/rlz_test_helpers.cc
|
| diff --git a/rlz/test/rlz_test_helpers.cc b/rlz/test/rlz_test_helpers.cc
|
| index 53c9732fee1801c32f376bf77985601b76f99690..016d78ecba735f416335238dc7f591e4d81ab811 100644
|
| --- a/rlz/test/rlz_test_helpers.cc
|
| +++ b/rlz/test/rlz_test_helpers.cc
|
| @@ -86,6 +86,8 @@ void WriteRegistryTree(const RegistryKeyData& data, base::win::RegKey* dest) {
|
| }
|
| }
|
|
|
| +} // namespace
|
| +
|
| // Initialize temporary HKLM/HKCU registry hives used for testing.
|
| // Testing RLZ requires reading and writing to the Windows registry. To keep
|
| // the tests isolated from the machine's state, as well as to prevent the tests
|
| @@ -121,7 +123,6 @@ void InitializeRegistryOverridesForTesting(
|
| }
|
| }
|
|
|
| -} // namespace
|
|
|
| #endif // defined(OS_WIN)
|
|
|
|
|