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

Unified Diff: components/sync/engine/sync_manager.cc

Issue 2427803002: [Sync] Replacing NULL with nullptr in code and null in comments for components/sync/ (Closed)
Patch Set: Rebase and fixing conflict. 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
Index: components/sync/engine/sync_manager.cc
diff --git a/components/sync/engine/sync_manager.cc b/components/sync/engine/sync_manager.cc
index 34cba6205c37ea7ca02ff431585759973af2c65a..90fa6b73ac6de67e1a76626b3427322c800b429b 100644
--- a/components/sync/engine/sync_manager.cc
+++ b/components/sync/engine/sync_manager.cc
@@ -19,10 +19,10 @@ SyncManager::ChangeObserver::~ChangeObserver() {}
SyncManager::Observer::~Observer() {}
SyncManager::InitArgs::InitArgs()
- : extensions_activity(NULL),
- change_delegate(NULL),
- encryptor(NULL),
- cancelation_signal(NULL) {}
+ : extensions_activity(nullptr),
+ change_delegate(nullptr),
+ encryptor(nullptr),
+ cancelation_signal(nullptr) {}
SyncManager::InitArgs::~InitArgs() {}

Powered by Google App Engine
This is Rietveld 408576698