Index: chrome/browser/chromeos/login/quick_unlock/pin_storage_unittest.cc |
diff --git a/chrome/browser/chromeos/login/quick_unlock/pin_storage_unittest.cc b/chrome/browser/chromeos/login/quick_unlock/pin_storage_unittest.cc |
index 039d6d5b190eafd0f7dac8e7ade916ac7ee8f9e4..9c0f07a6962af65df70504a2deef7b6ef59c9b02 100644 |
--- a/chrome/browser/chromeos/login/quick_unlock/pin_storage_unittest.cc |
+++ b/chrome/browser/chromeos/login/quick_unlock/pin_storage_unittest.cc |
@@ -21,7 +21,9 @@ class PinStorageUnitTest : public testing::Test { |
~PinStorageUnitTest() override {} |
// testing::Test: |
- void SetUp() override { quick_unlock::EnableForTesting(); } |
+ void SetUp() override { |
+ quick_unlock::EnableForTesting(quick_unlock::PinStorageType::kPrefs); |
+ } |
content::TestBrowserThreadBundle thread_bundle_; |
std::unique_ptr<TestingProfile> profile_; |