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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.h

Issue 8851006: [Sync] Replace all instances of ModelTypeSet with ModelEnumSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup pass #2 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
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager.h ('k') | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/data_type_manager_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index 093f30253f233347ed7f6498c85192b0b8416bef..a3c9f860a67d2acff3489e28aaeddc3efcd35951 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -30,12 +30,12 @@ class DataTypeManagerImpl : public DataTypeManager {
virtual ~DataTypeManagerImpl();
// DataTypeManager interface.
- virtual void Configure(const TypeSet& desired_types,
+ virtual void Configure(TypeSet desired_types,
sync_api::ConfigureReason reason) OVERRIDE;
// Needed only for backend migration.
virtual void ConfigureWithoutNigori(
- const TypeSet& desired_types,
+ TypeSet desired_types,
sync_api::ConfigureReason reason) OVERRIDE;
virtual void Stop() OVERRIDE;
@@ -75,7 +75,7 @@ class DataTypeManagerImpl : public DataTypeManager {
// Restart().
void AddToConfigureTime();
- virtual void ConfigureImpl(const TypeSet& desired_types,
+ virtual void ConfigureImpl(TypeSet desired_types,
sync_api::ConfigureReason reason,
bool enable_nigori);
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager.h ('k') | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698