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

Unified Diff: components/sync/syncable/sync_db_util.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
« no previous file with comments | « components/sync/syncable/read_transaction.cc ('k') | components/sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/sync_db_util.h
diff --git a/components/sync/syncable/sync_db_util.h b/components/sync/syncable/sync_db_util.h
index dde5c1117f6232cdf283f0f97e5295685c54e534..ab0a770f6d61ae05ef7d64fc658e89980750834e 100644
--- a/components/sync/syncable/sync_db_util.h
+++ b/components/sync/syncable/sync_db_util.h
@@ -17,7 +17,7 @@ class SingleThreadTaskRunner;
namespace syncer {
// Check integrity of sync DB under |sync_dir|. Invoke |callback| with last
-// modified time if integrity check passes, with NULL time otherwise. This
+// modified time if integrity check passes, with null time otherwise. This
// is called on either sync thread or IO thread.
void CheckSyncDbLastModifiedTime(
const base::FilePath& sync_dir,
« no previous file with comments | « components/sync/syncable/read_transaction.cc ('k') | components/sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698