| Index: chrome/browser/prefs/active_profile_pref_service.cc
|
| diff --git a/chrome/browser/prefs/active_profile_pref_service.cc b/chrome/browser/prefs/active_profile_pref_service.cc
|
| index 36f795f0d3db59658bcef706d3bdf370e6cb4882..e4ff4516ae7eb82aef23a4c1868ea0e055aa686f 100644
|
| --- a/chrome/browser/prefs/active_profile_pref_service.cc
|
| +++ b/chrome/browser/prefs/active_profile_pref_service.cc
|
| @@ -37,7 +37,7 @@ void ActiveProfilePrefService::Create(
|
| void ActiveProfilePrefService::OnStart() {}
|
|
|
| void ActiveProfilePrefService::OnBindInterface(
|
| - const service_manager::ServiceInfo& source_info,
|
| + const service_manager::BindSourceInfo& source_info,
|
| const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle interface_pipe) {
|
| // N.B. This check is important as not doing it would allow one user to read
|
|
|