| Index: sync/syncable/nigori_handler.h
|
| diff --git a/sync/syncable/nigori_handler.h b/sync/syncable/nigori_handler.h
|
| index 94bb6449aeef981092adf4b0b95ef03bc3863c7a..9ea1b0ec89be7ccd803f48ec7d8ff43bc4a7cc33 100644
|
| --- a/sync/syncable/nigori_handler.h
|
| +++ b/sync/syncable/nigori_handler.h
|
| @@ -36,8 +36,8 @@ class NigoriHandler {
|
| syncable::BaseTransaction* const trans) const = 0;
|
|
|
| // Returns the set of currently encrypted types.
|
| - // TODO(zea): force callers to pass their syncable trans here.
|
| - virtual ModelTypeSet GetEncryptedTypes() const = 0;
|
| + virtual ModelTypeSet GetEncryptedTypes(
|
| + syncable::BaseTransaction* const trans) const = 0;
|
| };
|
|
|
| } // namespace syncable
|
|
|