Index: chrome/browser/sync/profile_sync_factory.h |
diff --git a/chrome/browser/sync/profile_sync_factory.h b/chrome/browser/sync/profile_sync_factory.h |
index 8befe3513cc5a76f465e49490391b892c72a2f89..7a7f381325a6bca3690c30f2ca88e733c05f8731 100644 |
--- a/chrome/browser/sync/profile_sync_factory.h |
+++ b/chrome/browser/sync/profile_sync_factory.h |
@@ -61,7 +61,7 @@ class ProfileSyncFactory { |
// the caller. |
virtual browser_sync::DataTypeManager* CreateDataTypeManager( |
browser_sync::SyncBackendHost* backend, |
- const browser_sync::DataTypeController::TypeMap& controllers) = 0; |
+ browser_sync::DataTypeController::TypeMap* controllers) = 0; |
// Instantiates both a model associator and change processor for the |
// app data type. The pointers in the return struct are |