Index: sync/syncable/directory.h |
diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h |
index 340b404ee153d53e98e00f16c7b87ed5c3d602d4..2385f0345ed44960a21e801e57d99b6af52f9f97 100644 |
--- a/sync/syncable/directory.h |
+++ b/sync/syncable/directory.h |
@@ -421,7 +421,8 @@ class Directory { |
// 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. |
- virtual void PurgeEntriesWithTypeIn(ModelTypeSet types); |
+ // Returns: true on success, false if an error was encountered. |
+ virtual bool PurgeEntriesWithTypeIn(ModelTypeSet types); |
private: |
// A helper that implements the logic of checking tree invariants. |