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

Unified Diff: chrome/browser/sync/glue/backend_data_type_configurer.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/backend_data_type_configurer.h
diff --git a/chrome/browser/sync/glue/backend_data_type_configurer.h b/chrome/browser/sync/glue/backend_data_type_configurer.h
index 43ab25a78280b9738e5a7bd992c07a477f20635c..4e22a2f94282bc98daca9aced54c39dd53be9950 100644
--- a/chrome/browser/sync/glue/backend_data_type_configurer.h
+++ b/chrome/browser/sync/glue/backend_data_type_configurer.h
@@ -34,10 +34,10 @@ class BackendDataTypeConfigurer {
// Nigori.
virtual void ConfigureDataTypes(
syncer::ConfigureReason reason,
- syncable::ModelTypeSet types_to_add,
- syncable::ModelTypeSet types_to_remove,
+ syncer::ModelTypeSet types_to_add,
+ syncer::ModelTypeSet types_to_remove,
NigoriState nigori_state,
- base::Callback<void(syncable::ModelTypeSet)> ready_task,
+ base::Callback<void(syncer::ModelTypeSet)> ready_task,
base::Callback<void()> retry_callback) = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698