| 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..ef2420841c69ed9ea03a2f0999e88533a2a1b8aa 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::PinStorageProvider::Prefs);
|
| + }
|
|
|
| content::TestBrowserThreadBundle thread_bundle_;
|
| std::unique_ptr<TestingProfile> profile_;
|
|
|