| 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,
|
|
|