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

Unified Diff: components/sync/engine_impl/net/sync_server_connection_manager.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/engine_impl/net/sync_server_connection_manager.cc
diff --git a/components/sync/engine_impl/net/sync_server_connection_manager.cc b/components/sync/engine_impl/net/sync_server_connection_manager.cc
index 6e96550bb728e6d6942971f4e11873a7de1f4296..55b58039a5d5ced4cfc37e22135a954f652c7d3b 100644
--- a/components/sync/engine_impl/net/sync_server_connection_manager.cc
+++ b/components/sync/engine_impl/net/sync_server_connection_manager.cc
@@ -22,7 +22,7 @@ SyncBridgedConnection::SyncBridgedConnection(ServerConnectionManager* scm,
SyncBridgedConnection::~SyncBridgedConnection() {
DCHECK(post_provider_);
factory_->Destroy(post_provider_);
- post_provider_ = NULL;
+ post_provider_ = nullptr;
}
bool SyncBridgedConnection::Init(const char* path,

Powered by Google App Engine
This is Rietveld 408576698