| 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 7736469f84968f19756b6c4ece91143da6787288..b9bd690404905e1fdc3e08ba5ae9cf1fc0b44146 100644
|
| --- a/chrome/browser/sync/glue/password_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/password_data_type_controller.cc
|
| @@ -53,7 +53,7 @@ bool PasswordDataTypeController::StartModels() {
|
| password_store_ = PasswordStoreFactory::GetForProfile(
|
| profile(), Profile::EXPLICIT_ACCESS);
|
| if (!password_store_.get()) {
|
| - SyncError error(
|
| + csync::SyncError error(
|
| FROM_HERE,
|
| "PasswordStore not initialized, password datatype controller aborting.",
|
| type());
|
|
|