Index: chrome/browser/sync/test/null_directory_change_delegate.h |
diff --git a/chrome/browser/sync/test/null_directory_change_delegate.h b/chrome/browser/sync/test/null_directory_change_delegate.h |
index 27ff1da0aa6c7dc14f12c36f30916b4a8b1748d1..3ced1586eb2eda8a1e11af0637fa8e82d44fb4de 100644 |
--- a/chrome/browser/sync/test/null_directory_change_delegate.h |
+++ b/chrome/browser/sync/test/null_directory_change_delegate.h |
@@ -22,11 +22,11 @@ class NullDirectoryChangeDelegate : public DirectoryChangeDelegate { |
virtual void HandleCalculateChangesChangeEventFromSyncer( |
const ImmutableWriteTransactionInfo& write_transaction_info, |
BaseTransaction* trans) OVERRIDE; |
- virtual ModelEnumSet HandleTransactionEndingChangeEvent( |
+ virtual ModelTypeSet HandleTransactionEndingChangeEvent( |
const ImmutableWriteTransactionInfo& write_transaction_info, |
BaseTransaction* trans) OVERRIDE; |
virtual void HandleTransactionCompleteChangeEvent( |
- ModelEnumSet models_with_changes) OVERRIDE; |
+ ModelTypeSet models_with_changes) OVERRIDE; |
}; |
} // namespace syncable |