| Index: components/filesystem/files_test_base.cc
|
| diff --git a/components/filesystem/files_test_base.cc b/components/filesystem/files_test_base.cc
|
| index 4bfd2b2c4494140e94560861873ad4406ccb68fb..a221a69aab572eb7e8dc2a75bfd4d0d7d7e3d2d3 100644
|
| --- a/components/filesystem/files_test_base.cc
|
| +++ b/components/filesystem/files_test_base.cc
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "components/filesystem/public/interfaces/directory.mojom.h"
|
| #include "components/filesystem/public/interfaces/types.mojom.h"
|
| -#include "mojo/shell/public/cpp/application_impl.h"
|
| +#include "mojo/shell/public/cpp/shell.h"
|
| #include "mojo/util/capture_util.h"
|
|
|
| namespace filesystem {
|
| @@ -21,7 +21,7 @@ FilesTestBase::~FilesTestBase() {
|
|
|
| void FilesTestBase::SetUp() {
|
| ApplicationTestBase::SetUp();
|
| - application_impl()->ConnectToService("mojo:filesystem", &files_);
|
| + shell()->ConnectToService("mojo:filesystem", &files_);
|
| }
|
|
|
| void FilesTestBase::OnFileSystemShutdown() {
|
|
|