| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 68658c9f421f2c98804fcf0ce7d1b756cf256e02..b523fc3979f779020992820feb9aca86b5229fba 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -631,7 +631,7 @@ void ProfileSyncService::OnUnrecoverableErrorImpl(
|
| delete_sync_database));
|
| }
|
|
|
| -void ProfileSyncService::OnDisableDatatype(
|
| +void ProfileSyncService::DisableBrokenDatatype(
|
| syncable::ModelType type,
|
| const tracked_objects::Location& from_here,
|
| std::string message) {
|
|
|