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

Unified Diff: components/sync/driver/fake_generic_change_processor.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/fake_generic_change_processor.cc
diff --git a/components/sync/driver/fake_generic_change_processor.cc b/components/sync/driver/fake_generic_change_processor.cc
index 496fc517860490a491b987165d45a262f87d654b..358b141677b5a9c17a2f5955495b5f65364a9256 100644
--- a/components/sync/driver/fake_generic_change_processor.cc
+++ b/components/sync/driver/fake_generic_change_processor.cc
@@ -15,10 +15,10 @@ namespace syncer {
FakeGenericChangeProcessor::FakeGenericChangeProcessor(ModelType type,
SyncClient* sync_client)
: GenericChangeProcessor(type,
- NULL,
+ nullptr,
base::WeakPtr<SyncableService>(),
base::WeakPtr<SyncMergeResult>(),
- NULL,
+ nullptr,
sync_client,
nullptr),
sync_model_has_user_created_nodes_(true),
« no previous file with comments | « components/sync/driver/fake_data_type_controller.cc ('k') | components/sync/driver/frontend_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698