Index: sync/test/null_directory_change_delegate.h |
diff --git a/sync/test/null_directory_change_delegate.h b/sync/test/null_directory_change_delegate.h |
index 4fdba374004782207c2f96a90d4a2685a882198a..ffd4ee2cdef925212761b51d88631c7ae9e6f989 100644 |
--- a/sync/test/null_directory_change_delegate.h |
+++ b/sync/test/null_directory_change_delegate.h |
@@ -21,8 +21,9 @@ class NullDirectoryChangeDelegate : public DirectoryChangeDelegate { |
BaseTransaction* trans) OVERRIDE; |
virtual void HandleCalculateChangesChangeEventFromSyncer( |
const ImmutableWriteTransactionInfo& write_transaction_info, |
- BaseTransaction* trans) OVERRIDE; |
- virtual ModelTypeSet HandleTransactionEndingChangeEvent( |
+ BaseTransaction* trans, |
+ std::vector<int64> *id_changed) OVERRIDE; |
Nicolas Zea
2012/11/02 21:02:25
"std::vector<int64>* id_changed"
haitaol1
2012/11/02 22:58:18
Done.
|
+ virtual void HandleTransactionEndingChangeEvent( |
const ImmutableWriteTransactionInfo& write_transaction_info, |
BaseTransaction* trans) OVERRIDE; |
virtual void HandleTransactionCompleteChangeEvent( |