| Index: components/filesystem/file_system_impl.h
|
| diff --git a/components/filesystem/file_system_impl.h b/components/filesystem/file_system_impl.h
|
| index 9d8266d42f87c5611dd9a3dc6a481f556f3a25ea..90ea77d799ffd14ceeb0adaf9f11125f4a7bbcfc 100644
|
| --- a/components/filesystem/file_system_impl.h
|
| +++ b/components/filesystem/file_system_impl.h
|
| @@ -31,6 +31,7 @@ class FileSystemImpl : public FileSystem {
|
| const OpenFileSystemCallback& callback) override;
|
|
|
| private:
|
| + const std::string remote_application_url_;
|
| mojo::StrongBinding<FileSystem> binding_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FileSystemImpl);
|
|
|