| Index: chrome/browser/sync/glue/password_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/password_change_processor.cc b/chrome/browser/sync/glue/password_change_processor.cc
|
| index 575a8e64b78ee9ee3486963e7db7e01f889eb501..348ce573325c88a323ab01a15c54ff138e596976 100644
|
| --- a/chrome/browser/sync/glue/password_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/password_change_processor.cc
|
| @@ -232,7 +232,7 @@ void PasswordChangeProcessor::CommitChangesFromSyncModel() {
|
| return;
|
| ScopedStopObserving<PasswordChangeProcessor> stop_observing(this);
|
|
|
| - SyncError error = model_associator_->WriteToPasswordStore(
|
| + csync::SyncError error = model_associator_->WriteToPasswordStore(
|
| &new_passwords_,
|
| &updated_passwords_,
|
| &deleted_passwords_);
|
|
|