Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: components/password_manager/core/browser/affiliation_utils_unittest.cc

Issue 951883002: [Password Manager Cleanup] Replaces NULL -> nullptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses Vaclav's comments. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/password_manager/core/browser/affiliation_utils_unittest.cc
diff --git a/components/password_manager/core/browser/affiliation_utils_unittest.cc b/components/password_manager/core/browser/affiliation_utils_unittest.cc
index c67ac8be778dcf5aab5a2151b5de2f9848624d2e..16ed69c2021e2a28a97b96543ed9915176d6e0d4 100644
--- a/components/password_manager/core/browser/affiliation_utils_unittest.cc
+++ b/components/password_manager/core/browser/affiliation_utils_unittest.cc
@@ -224,7 +224,7 @@ TEST(AffiliationUtilsTest, IsAffiliationBasedMatchingEnabled) {
SCOPED_TRACE(testing::Message("Group name = ")
<< test_case.field_trial_group);
- base::FieldTrialList field_trials(NULL);
+ base::FieldTrialList field_trials(nullptr);
base::FieldTrialList::CreateFieldTrial(kFieldTrialName,
test_case.field_trial_group);

Powered by Google App Engine
This is Rietveld 408576698