| Index: chrome/browser/sync/syncable/transaction_observer.h
|
| diff --git a/chrome/browser/sync/syncable/transaction_observer.h b/chrome/browser/sync/syncable/transaction_observer.h
|
| index 591f27b8e8c899f64b2a459fde54fcc9d52e01db..3d1f6e286ce82d7e2009c782ad2cc94b411427c3 100644
|
| --- a/chrome/browser/sync/syncable/transaction_observer.h
|
| +++ b/chrome/browser/sync/syncable/transaction_observer.h
|
| @@ -15,7 +15,7 @@ class TransactionObserver {
|
| public:
|
| virtual void OnTransactionWrite(
|
| const ImmutableWriteTransactionInfo& write_transaction_info,
|
| - ModelEnumSet models_with_changes) = 0;
|
| + ModelTypeSet models_with_changes) = 0;
|
| protected:
|
| virtual ~TransactionObserver() {}
|
| };
|
|
|