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

Unified Diff: components/sync/engine_impl/syncer_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/engine_impl/syncer_unittest.cc
diff --git a/components/sync/engine_impl/syncer_unittest.cc b/components/sync/engine_impl/syncer_unittest.cc
index df52f80d440db9f10dba2d79091e84936473f8a2..a28f812489da876ef6a48d4c412df57be80ebacb 100644
--- a/components/sync/engine_impl/syncer_unittest.cc
+++ b/components/sync/engine_impl/syncer_unittest.cc
@@ -181,7 +181,7 @@ class SyncerTest : public testing::Test,
protected:
SyncerTest()
: extensions_activity_(new ExtensionsActivity),
- syncer_(NULL),
+ syncer_(nullptr),
last_client_invalidation_hint_buffer_size_(10) {}
// SyncCycle::Delegate implementation.
« no previous file with comments | « components/sync/engine_impl/syncer_proto_util_unittest.cc ('k') | components/sync/engine_impl/test_entry_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698