Index: components/password_manager/core/browser/affiliation_backend_unittest.cc |
diff --git a/components/password_manager/core/browser/affiliation_backend_unittest.cc b/components/password_manager/core/browser/affiliation_backend_unittest.cc |
index 009cd9a3f1599b083b57a402e022d7669bbc2285..a291da5cb8ba774787a5248abd72295579d35a35 100644 |
--- a/components/password_manager/core/browser/affiliation_backend_unittest.cc |
+++ b/components/password_manager/core/browser/affiliation_backend_unittest.cc |
@@ -124,7 +124,7 @@ class AffiliationBackendTest : public testing::Test { |
// testing::Test: |
void SetUp() override { |
clock_->Advance(base::TimeDelta::FromMicroseconds(1)); |
- backend_.reset(new AffiliationBackend(NULL, make_scoped_ptr(clock_))); |
+ backend_.reset(new AffiliationBackend(nullptr, make_scoped_ptr(clock_))); |
base::FilePath database_path; |
ASSERT_TRUE(CreateTemporaryFile(&database_path)); |