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

Unified Diff: components/sync/driver/change_processor.cc

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
Index: components/sync/driver/change_processor.cc
diff --git a/components/sync/driver/change_processor.cc b/components/sync/driver/change_processor.cc
index 128494741589169ba51881b60ad769bf8ec2d5db..9d81f145269bd538bd1899fba5f4ad4b26c772d3 100644
--- a/components/sync/driver/change_processor.cc
+++ b/components/sync/driver/change_processor.cc
@@ -10,7 +10,7 @@ namespace syncer {
ChangeProcessor::ChangeProcessor(
std::unique_ptr<DataTypeErrorHandler> error_handler)
- : error_handler_(std::move(error_handler)), share_handle_(NULL) {}
+ : error_handler_(std::move(error_handler)), share_handle_(nullptr) {}
ChangeProcessor::~ChangeProcessor() {}
« no previous file with comments | « components/sync/driver/about_sync_util_unittest.cc ('k') | components/sync/driver/data_type_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698