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

Unified Diff: components/sync/driver/glue/sync_backend_host_mock.h

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/glue/sync_backend_host_mock.h
diff --git a/components/sync/driver/glue/sync_backend_host_mock.h b/components/sync/driver/glue/sync_backend_host_mock.h
index 4eb8b84eaea92cdc935d96b727523c5b65b4dc67..4211c21b1006890be2211edde6c3f2297754ab22 100644
--- a/components/sync/driver/glue/sync_backend_host_mock.h
+++ b/components/sync/driver/glue/sync_backend_host_mock.h
@@ -18,7 +18,7 @@ namespace syncer {
// A mock of the SyncBackendHost.
//
// This class implements the bare minimum required for the ProfileSyncService to
-// get through initialization. It often returns NULL pointers or nonesense
+// get through initialization. It often returns null pointers or nonesense
// values; it is not intended to be used in tests that depend on SyncBackendHost
// behavior.
class SyncBackendHostMock : public SyncBackendHost {
« no previous file with comments | « components/sync/driver/glue/sync_backend_host_impl_unittest.cc ('k') | components/sync/driver/glue/sync_backend_host_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698