| Index: components/filesystem/file_system_impl.cc
|
| diff --git a/components/filesystem/file_system_impl.cc b/components/filesystem/file_system_impl.cc
|
| index 88de84c1b59f529045753dadc7d09fd4684be8a1..785e6909269afaaa9460b1a052f7dbc9bd965aa4 100644
|
| --- a/components/filesystem/file_system_impl.cc
|
| +++ b/components/filesystem/file_system_impl.cc
|
| @@ -17,7 +17,7 @@
|
| #include "build/build_config.h"
|
| #include "components/filesystem/directory_impl.h"
|
| #include "components/filesystem/file_system_app.h"
|
| -#include "mojo/shell/public/cpp/application_connection.h"
|
| +#include "mojo/shell/public/cpp/connection.h"
|
| #include "url/gurl.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -46,7 +46,7 @@ const char kUserDataDir[] = "user-data-dir";
|
| } // namespace filesystem
|
|
|
| FileSystemImpl::FileSystemImpl(FileSystemApp* app,
|
| - mojo::ApplicationConnection* connection,
|
| + mojo::Connection* connection,
|
| mojo::InterfaceRequest<FileSystem> request)
|
| : app_(app),
|
| remote_application_url_(connection->GetRemoteApplicationURL()),
|
|
|