| Index: components/filesystem/file_system_impl.cc
|
| diff --git a/components/filesystem/file_system_impl.cc b/components/filesystem/file_system_impl.cc
|
| index 414bab14f85bd4806d87ffa4ad820c535b9de88b..d64427a65ab2e45cc7bc7fc2c62a116b9be32a56 100644
|
| --- a/components/filesystem/file_system_impl.cc
|
| +++ b/components/filesystem/file_system_impl.cc
|
| @@ -24,7 +24,7 @@ FileSystemImpl::FileSystemImpl(mojo::Connection* connection,
|
| mojo::InterfaceRequest<FileSystem> request,
|
| base::FilePath persistent_dir,
|
| LockTable* lock_table)
|
| - : remote_application_url_(connection->GetRemoteApplicationURL()),
|
| + : remote_application_name_(connection->GetRemoteApplicationName()),
|
| binding_(this, std::move(request)),
|
| lock_table_(lock_table),
|
| persistent_dir_(persistent_dir) {}
|
|
|