| Index: components/filesystem/file_system_impl.cc
|
| diff --git a/components/filesystem/file_system_impl.cc b/components/filesystem/file_system_impl.cc
|
| index 18ae5738282ac7f424737830779520741ba8f8f8..9b308bb8e8831e79efd2810a842ae16ed3f35f3a 100644
|
| --- a/components/filesystem/file_system_impl.cc
|
| +++ b/components/filesystem/file_system_impl.cc
|
| @@ -21,8 +21,8 @@
|
|
|
| namespace filesystem {
|
|
|
| -FileSystemImpl::FileSystemImpl(mojo::Connection* connection,
|
| - mojo::InterfaceRequest<FileSystem> request,
|
| +FileSystemImpl::FileSystemImpl(shell::Connection* connection,
|
| + FileSystemRequest request,
|
| base::FilePath persistent_dir,
|
| scoped_refptr<LockTable> lock_table)
|
| : remote_application_name_(connection->GetRemoteIdentity().name()),
|
|
|