Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Unified Diff: util/win/process_info_test.cc

Issue 1426533008: Make ScopedGeneric uses slightly more consistent (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/settings.cc ('k') | util/win/scoped_local_alloc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
« no previous file with comments | « client/settings.cc ('k') | util/win/scoped_local_alloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698