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

Unified Diff: components/sync/engine_impl/cycle/directory_type_debug_info_emitter.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_impl/cycle/directory_type_debug_info_emitter.cc
diff --git a/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
index 975fd463755bbe97d447e2cbd17c916210cf8e03..a7f6f357ae286f5ebdc98559f14bea2540ed451b 100644
--- a/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
+++ b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
@@ -26,7 +26,7 @@ DirectoryTypeDebugInfoEmitter::DirectoryTypeDebugInfoEmitter(
DirectoryTypeDebugInfoEmitter::DirectoryTypeDebugInfoEmitter(
ModelType type,
base::ObserverList<TypeDebugInfoObserver>* observers)
- : directory_(NULL), type_(type), type_debug_info_observers_(observers) {}
+ : directory_(nullptr), type_(type), type_debug_info_observers_(observers) {}
DirectoryTypeDebugInfoEmitter::~DirectoryTypeDebugInfoEmitter() {}

Powered by Google App Engine
This is Rietveld 408576698