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

Unified Diff: chrome/browser/sync/js/js_mutation_event_observer.h

Issue 8772074: [Sync] Convert syncable/ directory to ModelEnumSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head, and fix compile errors 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/js/js_mutation_event_observer.h
diff --git a/chrome/browser/sync/js/js_mutation_event_observer.h b/chrome/browser/sync/js/js_mutation_event_observer.h
index 3da817a55506afefcecdb03284a9306238c9d42d..4209bf2b2477e144b1b8be06c02076184978862d 100644
--- a/chrome/browser/sync/js/js_mutation_event_observer.h
+++ b/chrome/browser/sync/js/js_mutation_event_observer.h
@@ -51,7 +51,7 @@ class JsMutationEventObserver
// syncable::TransactionObserver implementation.
virtual void OnTransactionWrite(
const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
- const syncable::ModelTypeBitSet& models_with_changes) OVERRIDE;
+ syncable::ModelEnumSet models_with_changes) OVERRIDE;
private:
base::NonThreadSafe non_thread_safe_;

Powered by Google App Engine
This is Rietveld 408576698