| Index: components/sync/syncable/directory.h | 
| diff --git a/components/sync/syncable/directory.h b/components/sync/syncable/directory.h | 
| index 461892b9d2af02b65106e9d261a08925b912433e..d3bd42938b6362149a7ecc5ff1acb7e163a5ebfc 100644 | 
| --- a/components/sync/syncable/directory.h | 
| +++ b/components/sync/syncable/directory.h | 
| @@ -464,11 +464,9 @@ class Directory { | 
| // Note: "Purge" is just meant to distinguish from "deleting" entries, which | 
| // means something different in the syncable namespace. | 
| // WARNING! This can be real slow, as it iterates over all entries. | 
| -  // WARNING! Performs synchronous I/O. | 
| -  // Returns: true on success, false if an error was encountered. | 
| -  virtual bool PurgeEntriesWithTypeIn(ModelTypeSet disabled_types, | 
| -                                      ModelTypeSet types_to_journal, | 
| -                                      ModelTypeSet types_to_unapply); | 
| +  void PurgeEntriesWithTypeIn(ModelTypeSet disabled_types, | 
| +                              ModelTypeSet types_to_journal, | 
| +                              ModelTypeSet types_to_unapply); | 
|  | 
| // Resets the base_versions and server_versions of all synced entities | 
| // associated with |type| to 1. | 
|  |