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

Unified Diff: components/sync/tools/sync_listen_notifications.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/tools/sync_client.cc ('k') | components/sync/tools/testserver/run_sync_testserver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/tools/sync_listen_notifications.cc
diff --git a/components/sync/tools/sync_listen_notifications.cc b/components/sync/tools/sync_listen_notifications.cc
index 3ea3de6344ac1776d053954972c4f12b1353e447..93d00b143442b741d84539afb8d913b921f7de56 100644
--- a/components/sync/tools/sync_listen_notifications.cc
+++ b/components/sync/tools/sync_listen_notifications.cc
@@ -82,7 +82,7 @@ class MyTestURLRequestContext : public net::TestURLRequestContext {
public:
MyTestURLRequestContext() : TestURLRequestContext(true) {
context_storage_.set_host_resolver(
- net::HostResolver::CreateDefaultResolver(NULL));
+ net::HostResolver::CreateDefaultResolver(nullptr));
context_storage_.set_transport_security_state(
base::MakeUnique<net::TransportSecurityState>());
Init();
« no previous file with comments | « components/sync/tools/sync_client.cc ('k') | components/sync/tools/testserver/run_sync_testserver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698