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

Unified Diff: chrome/browser/sync/glue/fake_generic_change_processor.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
Index: chrome/browser/sync/glue/fake_generic_change_processor.h
diff --git a/chrome/browser/sync/glue/fake_generic_change_processor.h b/chrome/browser/sync/glue/fake_generic_change_processor.h
index 13684db9990d3c003b53c817b59eede03c80b6a8..c5d4a05e6940371f0bf5e09717503732d17216fc 100644
--- a/chrome/browser/sync/glue/fake_generic_change_processor.h
+++ b/chrome/browser/sync/glue/fake_generic_change_processor.h
@@ -30,11 +30,11 @@ class FakeGenericChangeProcessor : public GenericChangeProcessor {
const tracked_objects::Location& from_here,
const syncer::SyncChangeList& change_list) OVERRIDE;
virtual syncer::SyncError GetSyncDataForType(
- syncable::ModelType type,
+ syncer::ModelType type,
syncer::SyncDataList* current_sync_data) OVERRIDE;
- virtual bool SyncModelHasUserCreatedNodes(syncable::ModelType type,
+ virtual bool SyncModelHasUserCreatedNodes(syncer::ModelType type,
bool* has_nodes) OVERRIDE;
- virtual bool CryptoReadyIfNecessary(syncable::ModelType type) OVERRIDE;
+ virtual bool CryptoReadyIfNecessary(syncer::ModelType type) OVERRIDE;
private:
syncer::SyncError process_sync_changes_error_;
@@ -42,7 +42,7 @@ class FakeGenericChangeProcessor : public GenericChangeProcessor {
bool sync_model_has_user_created_nodes_;
bool sync_model_has_user_created_nodes_success_;
bool crypto_ready_if_necessary_;
- syncable::ModelType type_;
+ syncer::ModelType type_;
};
} // namespace browser_sync
« no previous file with comments | « chrome/browser/sync/glue/fake_data_type_controller.cc ('k') | chrome/browser/sync/glue/fake_generic_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698