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 62218bf5338322fb629ce6bbdd5eee826e44ee38..d0266f8f59eb96504b8a62f03f17a92a790002c5 100644 |
--- a/chrome/browser/chromeos/login/quick_unlock/pin_storage_unittest.cc |
+++ b/chrome/browser/chromeos/login/quick_unlock/pin_storage_unittest.cc |
@@ -8,6 +8,7 @@ |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/prefs/pref_service.h" |
+#include "content/public/test/test_browser_thread_bundle.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace { |
@@ -20,6 +21,7 @@ class PinStorageUnitTest : public testing::Test { |
// testing::Test: |
void SetUp() override { chromeos::EnableQuickUnlockForTesting(); } |
+ content::TestBrowserThreadBundle thread_bundle_; |
std::unique_ptr<TestingProfile> profile_; |
DISALLOW_COPY_AND_ASSIGN(PinStorageUnitTest); |