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

Unified Diff: components/sync/driver/generic_change_processor_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
Index: components/sync/driver/generic_change_processor_unittest.cc
diff --git a/components/sync/driver/generic_change_processor_unittest.cc b/components/sync/driver/generic_change_processor_unittest.cc
index e4f74d78b99d5ccb317d29f7a9c2d497c125e362..96ddee15acfa8093f728cfec50a602ffecfe21ab 100644
--- a/components/sync/driver/generic_change_processor_unittest.cc
+++ b/components/sync/driver/generic_change_processor_unittest.cc
@@ -125,7 +125,7 @@ class SyncGenericChangeProcessorTest : public testing::Test {
SyncGenericChangeProcessorTest()
: syncable_service_ptr_factory_(&fake_syncable_service_),
- mock_attachment_service_(NULL),
+ mock_attachment_service_(nullptr),
sync_client_(&sync_factory_) {}
void SetUp() override {
@@ -136,7 +136,7 @@ class SyncGenericChangeProcessorTest : public testing::Test {
}
void TearDown() override {
- mock_attachment_service_ = NULL;
+ mock_attachment_service_ = nullptr;
if (test_user_share_) {
test_user_share_->TearDown();
}
« no previous file with comments | « components/sync/driver/generic_change_processor.h ('k') | components/sync/driver/glue/browser_thread_model_worker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698