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

Unified Diff: chrome/browser/sync/syncable/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
« no previous file with comments | « chrome/browser/sync/sync_ui_util.cc ('k') | chrome/browser/sync/syncable/model_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/syncable/directory_change_delegate.h
diff --git a/chrome/browser/sync/syncable/directory_change_delegate.h b/chrome/browser/sync/syncable/directory_change_delegate.h
index 3ccae2c64797b8d5dbdffacd9d1a74146a91a6f0..c6552cd54c21ba0b92672aadc1ee0800d0412103 100644
--- a/chrome/browser/sync/syncable/directory_change_delegate.h
+++ b/chrome/browser/sync/syncable/directory_change_delegate.h
@@ -31,11 +31,11 @@ class DirectoryChangeDelegate {
BaseTransaction* trans) = 0;
// Must return the set of all ModelTypes that were modified in the
// transaction.
- virtual ModelEnumSet HandleTransactionEndingChangeEvent(
+ virtual ModelTypeSet HandleTransactionEndingChangeEvent(
const ImmutableWriteTransactionInfo& write_transaction_info,
BaseTransaction* trans) = 0;
virtual void HandleTransactionCompleteChangeEvent(
- ModelEnumSet models_with_changes) = 0;
+ ModelTypeSet models_with_changes) = 0;
protected:
virtual ~DirectoryChangeDelegate() {}
};
« no previous file with comments | « chrome/browser/sync/sync_ui_util.cc ('k') | chrome/browser/sync/syncable/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698