| Index: components/filesystem/file_system_app.cc
|
| diff --git a/components/filesystem/file_system_app.cc b/components/filesystem/file_system_app.cc
|
| index ec3887ba95fec5c2ba01b41464d875a2a4360a23..ff182fc763cf5825387f0a7c492342edba4cb5cb 100644
|
| --- a/components/filesystem/file_system_app.cc
|
| +++ b/components/filesystem/file_system_app.cc
|
| @@ -24,7 +24,7 @@ void FileSystemApp::Initialize(mojo::Shell* shell, const std::string& url,
|
| }
|
|
|
| bool FileSystemApp::AcceptConnection(mojo::Connection* connection) {
|
| - connection->AddService<FileSystem>(this);
|
| + connection->AddInterface<FileSystem>(this);
|
| return true;
|
| }
|
|
|
|
|