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

Unified Diff: components/sync/base/enum_set.h

Issue 2427803002: [Sync] Replacing NULL with nullptr in code and null in comments for components/sync/ (Closed)
Patch Set: Fixing start of sentence capitlization. Created 4 years, 2 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
« no previous file with comments | « components/sync/base/cryptographer.h ('k') | components/sync/base/sync_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/enum_set.h
diff --git a/components/sync/base/enum_set.h b/components/sync/base/enum_set.h
index 0a28827e7b6ee4c22302a4eec71b5580a3a8e3a5..2b5c8d9bc1850eb0153c494017ddc4e20c444469 100644
--- a/components/sync/base/enum_set.h
+++ b/components/sync/base/enum_set.h
@@ -77,7 +77,7 @@ class EnumSet {
// A default-constructed iterator can't do anything except check
// Good(). You need to call First() on an EnumSet to get a usable
// iterator.
- Iterator() : enums_(NULL), i_(kValueCount) {}
+ Iterator() : enums_(nullptr), i_(kValueCount) {}
~Iterator() {}
// Copy constructor and assignment welcome.
« no previous file with comments | « components/sync/base/cryptographer.h ('k') | components/sync/base/sync_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698