| Index: chrome/browser/sync/profile_sync_factory.h
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_factory.h (revision 58702)
|
| +++ chrome/browser/sync/profile_sync_factory.h (working copy)
|
| @@ -6,7 +6,9 @@
|
| #define CHROME_BROWSER_SYNC_PROFILE_SYNC_FACTORY_H__
|
| #pragma once
|
|
|
| +#include <string>
|
| #include <utility>
|
| +
|
| #include "base/task.h"
|
| #include "chrome/browser/sync/glue/change_processor.h"
|
| #include "chrome/browser/sync/glue/data_type_controller.h"
|
| @@ -48,7 +50,8 @@
|
| // Instantiates and initializes a new ProfileSyncService. Enabled
|
| // data types are registered with the service. The return pointer
|
| // is owned by the caller.
|
| - virtual ProfileSyncService* CreateProfileSyncService() = 0;
|
| + virtual ProfileSyncService* CreateProfileSyncService(
|
| + const std::string& cros_user) = 0;
|
|
|
| // Instantiates a new DataTypeManager with a SyncBackendHost and a
|
| // list of data type controllers. The return pointer is owned by
|
|
|