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

Unified Diff: components/sync/syncable/read_transaction.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
« no previous file with comments | « components/sync/syncable/read_node.cc ('k') | components/sync/syncable/sync_db_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/read_transaction.cc
diff --git a/components/sync/syncable/read_transaction.cc b/components/sync/syncable/read_transaction.cc
index 896c432c71adc4f7b07ce460d42faf27b308b308..1055e45232ce63269be957f9bfda9b31583bedff 100644
--- a/components/sync/syncable/read_transaction.cc
+++ b/components/sync/syncable/read_transaction.cc
@@ -13,7 +13,7 @@ namespace syncer {
// ReadTransaction member definitions
ReadTransaction::ReadTransaction(const tracked_objects::Location& from_here,
UserShare* share)
- : BaseTransaction(share), transaction_(NULL), close_transaction_(true) {
+ : BaseTransaction(share), transaction_(nullptr), close_transaction_(true) {
transaction_ =
new syncable::ReadTransaction(from_here, share->directory.get());
}
« no previous file with comments | « components/sync/syncable/read_node.cc ('k') | components/sync/syncable/sync_db_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698