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

Unified Diff: components/sync/engine_impl/syncer_proto_util_unittest.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/engine_impl/syncer_proto_util.cc ('k') | components/sync/engine_impl/syncer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/syncer_proto_util_unittest.cc
diff --git a/components/sync/engine_impl/syncer_proto_util_unittest.cc b/components/sync/engine_impl/syncer_proto_util_unittest.cc
index 6e39cd7b8256fdb011672e14d1e7ac44eda07d0c..4efb8ed4cc57e55a6a7c7ef03b7cd79801e1b102 100644
--- a/components/sync/engine_impl/syncer_proto_util_unittest.cc
+++ b/components/sync/engine_impl/syncer_proto_util_unittest.cc
@@ -248,11 +248,11 @@ TEST_F(SyncerProtoUtilTest, PostAndProcessHeaders) {
dcm.set_send_error(true);
EXPECT_FALSE(
- SyncerProtoUtil::PostAndProcessHeaders(&dcm, NULL, msg, &response));
+ SyncerProtoUtil::PostAndProcessHeaders(&dcm, nullptr, msg, &response));
dcm.set_send_error(false);
EXPECT_TRUE(
- SyncerProtoUtil::PostAndProcessHeaders(&dcm, NULL, msg, &response));
+ SyncerProtoUtil::PostAndProcessHeaders(&dcm, nullptr, msg, &response));
}
} // namespace syncer
« no previous file with comments | « components/sync/engine_impl/syncer_proto_util.cc ('k') | components/sync/engine_impl/syncer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698