| 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 e431751646c4b7f4a6a8cf72629ec4e21d3dad52..d071cb9730ba365cffac12dabddf1a2491f0389c 100644
|
| --- a/chrome/browser/sync/glue/password_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/password_data_type_controller.cc
|
| @@ -28,8 +28,8 @@ PasswordDataTypeController::PasswordDataTypeController(
|
| sync_service) {
|
| }
|
|
|
| -syncable::ModelType PasswordDataTypeController::type() const {
|
| - return syncable::PASSWORDS;
|
| +syncer::ModelType PasswordDataTypeController::type() const {
|
| + return syncer::PASSWORDS;
|
| }
|
|
|
| syncer::ModelSafeGroup PasswordDataTypeController::model_safe_group()
|
|
|