| Index: chrome/browser/sync/internal_api/base_transaction.h
|
| diff --git a/chrome/browser/sync/internal_api/base_transaction.h b/chrome/browser/sync/internal_api/base_transaction.h
|
| index 5459295917462122875fc206ac6136c080851fc9..9bf2fb36be80feb271c156052f65b1c76ed43c0e 100644
|
| --- a/chrome/browser/sync/internal_api/base_transaction.h
|
| +++ b/chrome/browser/sync/internal_api/base_transaction.h
|
| @@ -51,7 +51,7 @@ class BaseTransaction {
|
| DISALLOW_COPY_AND_ASSIGN(BaseTransaction);
|
| };
|
|
|
| -syncable::ModelEnumSet GetEncryptedTypes(
|
| +syncable::ModelTypeSet GetEncryptedTypes(
|
| const sync_api::BaseTransaction* trans);
|
|
|
| } // namespace sync_api
|
|
|