| Index: components/filesystem/file_system_app.cc
|
| diff --git a/components/filesystem/file_system_app.cc b/components/filesystem/file_system_app.cc
|
| index 06c02d215a1bb5c3dbc6d00914f14905f95883a5..26d7a5ed12ccdf8301ade4a98ec6a0fced47a386 100644
|
| --- a/components/filesystem/file_system_app.cc
|
| +++ b/components/filesystem/file_system_app.cc
|
| @@ -48,7 +48,7 @@ void FileSystemApp::OnStart() {
|
| }
|
|
|
| void FileSystemApp::OnBindInterface(
|
| - const service_manager::ServiceInfo& source_info,
|
| + const service_manager::BindSourceInfo& source_info,
|
| const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle interface_pipe) {
|
| registry_.BindInterface(source_info.identity, interface_name,
|
|
|