Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3163)

Unified Diff: chrome/browser/sync/test/null_directory_change_delegate.h

Issue 8919021: [Sync] Rename ModelEnumSet to ModelTypeSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | chrome/browser/sync/test/null_directory_change_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698