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..3c6156c13ee1a8bba1da6f7b2199ef0fe9f6638c 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; |
+ const 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 |