| Index: chrome/browser/sync/glue/password_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/password_data_type_controller.cc b/chrome/browser/sync/glue/password_data_type_controller.cc
|
| index c61a8c80b39707ea05f49dd3fb26f569dbefcaa3..025bd27892e93d3a8e94bf68d23dc19afefd7eb6 100644
|
| --- a/chrome/browser/sync/glue/password_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/password_data_type_controller.cc
|
| @@ -20,9 +20,11 @@ namespace browser_sync {
|
|
|
| PasswordDataTypeController::PasswordDataTypeController(
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| - Profile* profile)
|
| + Profile* profile,
|
| + ProfileSyncService* sync_service)
|
| : NonFrontendDataTypeController(profile_sync_factory,
|
| - profile) {
|
| + profile,
|
| + sync_service) {
|
| }
|
|
|
| PasswordDataTypeController::~PasswordDataTypeController() {
|
|
|