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

Unified Diff: sync/internal_api/js_mutation_event_observer.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 months 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 | « sync/internal_api/debug_info_event_listener.cc ('k') | sync/internal_api/js_mutation_event_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/js_mutation_event_observer.h
diff --git a/sync/internal_api/js_mutation_event_observer.h b/sync/internal_api/js_mutation_event_observer.h
index 18f6e327d80e7a0a0cb1756dc4371d9d61ece258..858c05f47182532329afb71346d3020e31de241d 100644
--- a/sync/internal_api/js_mutation_event_observer.h
+++ b/sync/internal_api/js_mutation_event_observer.h
@@ -44,15 +44,15 @@ class JsMutationEventObserver
// syncer::SyncManager::ChangeObserver implementation.
virtual void OnChangesApplied(
- syncable::ModelType model_type,
+ syncer::ModelType model_type,
int64 write_transaction_id,
const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
- virtual void OnChangesComplete(syncable::ModelType model_type) OVERRIDE;
+ virtual void OnChangesComplete(syncer::ModelType model_type) OVERRIDE;
// syncable::TransactionObserver implementation.
virtual void OnTransactionWrite(
const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
- syncable::ModelTypeSet models_with_changes) OVERRIDE;
+ syncer::ModelTypeSet models_with_changes) OVERRIDE;
private:
base::WeakPtrFactory<JsMutationEventObserver> weak_ptr_factory_;
« no previous file with comments | « sync/internal_api/debug_info_event_listener.cc ('k') | sync/internal_api/js_mutation_event_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698