| Index: sql/mojo/vfs_unittest.cc
|
| diff --git a/sql/mojo/vfs_unittest.cc b/sql/mojo/vfs_unittest.cc
|
| index a6a87c4650c2afdbc688df2b8f4391b126f3f0bc..9bbaf04533080e5582dabac80a6bb9de4c9e78cc 100644
|
| --- a/sql/mojo/vfs_unittest.cc
|
| +++ b/sql/mojo/vfs_unittest.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "components/filesystem/public/interfaces/file_system.mojom.h"
|
| -#include "mojo/shell/public/cpp/application_impl.h"
|
| #include "mojo/shell/public/cpp/application_test_base.h"
|
| +#include "mojo/shell/public/cpp/shell.h"
|
| #include "mojo/util/capture_util.h"
|
| #include "sql/mojo/mojo_vfs.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -53,7 +53,7 @@ class VFSTest : public mojo::test::ApplicationTestBase,
|
| void SetUp() override {
|
| mojo::test::ApplicationTestBase::SetUp();
|
|
|
| - application_impl()->ConnectToService("mojo:filesystem", &files_);
|
| + shell()->ConnectToService("mojo:filesystem", &files_);
|
|
|
| filesystem::FileError error = filesystem::FileError::FAILED;
|
| filesystem::DirectoryPtr directory;
|
|
|