Index: util/win/process_info_test.cc |
diff --git a/util/win/process_info_test.cc b/util/win/process_info_test.cc |
index 74f086db9329f5ae452b5d79f4e5a80b88106fdf..52d8c7879cf549d241afe26037311978e8b873be 100644 |
--- a/util/win/process_info_test.cc |
+++ b/util/win/process_info_test.cc |
@@ -525,6 +525,7 @@ struct ScopedRegistryKeyCloseTraits { |
RegCloseKey(key); |
} |
}; |
+ |
using ScopedRegistryKey = |
base::ScopedGeneric<HKEY, ScopedRegistryKeyCloseTraits>; |