summaryrefslogtreecommitdiff
path: root/chromium/services/preferences/tracked
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/services/preferences/tracked')
-rw-r--r--chromium/services/preferences/tracked/pref_hash_filter_unittest.cc2
-rw-r--r--chromium/services/preferences/tracked/registry_hash_store_contents_win.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/chromium/services/preferences/tracked/pref_hash_filter_unittest.cc b/chromium/services/preferences/tracked/pref_hash_filter_unittest.cc
index 5dadce21f92..ecdbe6dfd9e 100644
--- a/chromium/services/preferences/tracked/pref_hash_filter_unittest.cc
+++ b/chromium/services/preferences/tracked/pref_hash_filter_unittest.cc
@@ -542,7 +542,7 @@ class PrefHashFilterTest : public testing::TestWithParam<EnforcementLevel>,
public prefs::mojom::ResetOnLoadObserver {
public:
PrefHashFilterTest()
- : mock_pref_hash_store_(NULL),
+ : mock_pref_hash_store_(nullptr),
pref_store_contents_(new base::DictionaryValue),
mock_validation_delegate_record_(new MockValidationDelegateRecord),
mock_validation_delegate_(mock_validation_delegate_record_),
diff --git a/chromium/services/preferences/tracked/registry_hash_store_contents_win.cc b/chromium/services/preferences/tracked/registry_hash_store_contents_win.cc
index 9aee82ae4e9..8b28d3560ff 100644
--- a/chromium/services/preferences/tracked/registry_hash_store_contents_win.cc
+++ b/chromium/services/preferences/tracked/registry_hash_store_contents_win.cc
@@ -7,6 +7,7 @@
#include <windows.h>
#include "base/check_op.h"
+#include "base/logging.h"
#include "base/memory/ptr_util.h"
#include "base/notreached.h"
#include "base/numerics/safe_conversions.h"