Index: chrome/browser/chromeos/login/quick_unlock/quick_unlock_storage_unittest.cc |
diff --git a/chrome/browser/chromeos/login/quick_unlock/quick_unlock_storage_unittest.cc b/chrome/browser/chromeos/login/quick_unlock/quick_unlock_storage_unittest.cc |
index d51838961a849dc2cfb0e6306cc28be9f7a8eca8..10a620277aa3c3009a0df3f45a298369c02b227e 100644 |
--- a/chrome/browser/chromeos/login/quick_unlock/quick_unlock_storage_unittest.cc |
+++ b/chrome/browser/chromeos/login/quick_unlock/quick_unlock_storage_unittest.cc |
@@ -34,7 +34,9 @@ class QuickUnlockStorageUnitTest : public testing::Test { |
~QuickUnlockStorageUnitTest() 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_; |