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

Unified Diff: chrome/browser/sync/glue/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/generic_change_processor.h
diff --git a/chrome/browser/sync/glue/generic_change_processor.h b/chrome/browser/sync/glue/generic_change_processor.h
index 223cd6bf938bec3a9eba3bb5da3903dfb3c97c08..0f84f549cfe2905a8ca107a18f99ffcfbbddd5bf 100644
--- a/chrome/browser/sync/glue/generic_change_processor.h
+++ b/chrome/browser/sync/glue/generic_change_processor.h
@@ -61,14 +61,15 @@ class GenericChangeProcessor : public ChangeProcessor,
const syncer::SyncChangeList& change_list) OVERRIDE;
// Fills |current_sync_data| with all the syncer data for the specified type.
- virtual syncer::SyncError GetSyncDataForType(syncable::ModelType type,
- syncer::SyncDataList* current_sync_data);
+ virtual syncer::SyncError GetSyncDataForType(
+ syncer::ModelType type,
+ syncer::SyncDataList* current_sync_data);
// Generic versions of AssociatorInterface methods. Called by
// syncer::SyncableServiceAdapter or the DataTypeController.
- virtual bool SyncModelHasUserCreatedNodes(syncable::ModelType type,
+ virtual bool SyncModelHasUserCreatedNodes(syncer::ModelType type,
bool* has_nodes);
- virtual bool CryptoReadyIfNecessary(syncable::ModelType type);
+ virtual bool CryptoReadyIfNecessary(syncer::ModelType type);
protected:
// ChangeProcessor interface.

Powered by Google App Engine
This is Rietveld 408576698