| Index: components/filesystem/file_system_app.h
|
| diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
|
| index fa3e2d926a4c5f5704f5d8d3ebafa3e6e99bdafb..452686a31099cc66201b17993f8f608bfa626719 100644
|
| --- a/components/filesystem/file_system_app.h
|
| +++ b/components/filesystem/file_system_app.h
|
| @@ -21,7 +21,7 @@ class Connector;
|
| namespace filesystem {
|
|
|
| class FileSystemApp : public shell::ShellClient,
|
| - public shell::InterfaceFactory<FileSystem> {
|
| + public shell::InterfaceFactory<mojom::FileSystem> {
|
| public:
|
| FileSystemApp();
|
| ~FileSystemApp() override;
|
| @@ -37,7 +37,7 @@ class FileSystemApp : public shell::ShellClient,
|
| bool AcceptConnection(shell::Connection* connection) override;
|
| // |InterfaceFactory<Files>| implementation:
|
| void Create(shell::Connection* connection,
|
| - mojo::InterfaceRequest<FileSystem> request) override;
|
| + mojo::InterfaceRequest<mojom::FileSystem> request) override;
|
|
|
| mojo::TracingImpl tracing_;
|
|
|
|
|