summaryrefslogtreecommitdiff
path: root/chromium/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc')
-rw-r--r--chromium/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc b/chromium/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc
index a34d7ade788..8b53b920da3 100644
--- a/chromium/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc
+++ b/chromium/components/user_prefs/tracked/registry_hash_store_contents_win_unittest.cc
@@ -30,7 +30,8 @@ class RegistryHashStoreContentsWinTest : public testing::Test {
RegistryHashStoreContentsWinTest() {}
void SetUp() override {
- registry_override_manager_.OverrideRegistry(HKEY_CURRENT_USER);
+ ASSERT_NO_FATAL_FAILURE(
+ registry_override_manager_.OverrideRegistry(HKEY_CURRENT_USER));
contents.reset(new RegistryHashStoreContentsWin(kRegistryPath, kStoreKey));
}