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

Unified Diff: components/sync/test/engine/mock_connection_manager.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/test/engine/mock_connection_manager.h
diff --git a/components/sync/test/engine/mock_connection_manager.h b/components/sync/test/engine/mock_connection_manager.h
index b1a6bcc0abdbe68fae39fe1ecdac782d1411a1df..0fdaff06c3366d5c6b2e0561b33fcc33c3b4dd49 100644
--- a/components/sync/test/engine/mock_connection_manager.h
+++ b/components/sync/test/engine/mock_connection_manager.h
@@ -355,7 +355,7 @@ class MockConnectionManager : public ServerConnectionManager {
int countdown_to_postbuffer_fail_;
// Our directory. Used only to ensure that we are not holding the transaction
- // lock when performing network I/O. Can be NULL if the test author is
+ // lock when performing network I/O. Can be null if the test author is
// confident this can't happen.
syncable::Directory* directory_;
« no previous file with comments | « components/sync/test/engine/fake_model_worker.cc ('k') | components/sync/test/engine/mock_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698