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

Unified Diff: chrome/browser/sync/syncable/directory_change_delegate.h

Issue 8772074: [Sync] Convert syncable/ directory to ModelEnumSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo 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/syncable/directory_backing_store.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 99b364fe60fc937576a6aa9770ab1cd88d44daab..3ccae2c64797b8d5dbdffacd9d1a74146a91a6f0 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 ModelTypeBitSet HandleTransactionEndingChangeEvent(
+ virtual ModelEnumSet HandleTransactionEndingChangeEvent(
const ImmutableWriteTransactionInfo& write_transaction_info,
BaseTransaction* trans) = 0;
virtual void HandleTransactionCompleteChangeEvent(
- const ModelTypeBitSet& models_with_changes) = 0;
+ ModelEnumSet models_with_changes) = 0;
protected:
virtual ~DirectoryChangeDelegate() {}
};
« no previous file with comments | « chrome/browser/sync/syncable/directory_backing_store.cc ('k') | chrome/browser/sync/syncable/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698