Chromium Code Reviews| Index: sync/syncable/directory.h |
| diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h |
| index 98706b61cece207234d38f593d30ca6921a01394..d9e176ad92b1484d08547cc9d7f7732f89f159be 100644 |
| --- a/sync/syncable/directory.h |
| +++ b/sync/syncable/directory.h |
| @@ -599,11 +599,11 @@ class SYNC_EXPORT Directory { |
| // processed |snapshot| failed, for example, due to no disk space. |
| void HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot); |
| - // Used by CheckTreeInvariants |
| + // Used by CheckTreeInvariants. |
| void GetAllMetaHandles(BaseTransaction* trans, MetahandleSet* result); |
| + // Used by VacuumAfterSaveChanges. |
|
Nicolas Zea
2015/03/16 19:33:36
nit: may as well put a newline above (and below th
|
| bool SafeToPurgeFromMemory(WriteTransaction* trans, |
| const EntryKernel* const entry) const; |
| - |
| // A helper used by GetTotalNodeCount. |
| void GetChildSetForKernel( |
| BaseTransaction*, |