| Index: sql/mojo/sql_test_base.cc
|
| diff --git a/sql/mojo/sql_test_base.cc b/sql/mojo/sql_test_base.cc
|
| index 3086007dac2764cb36b32e11bad0b96139d51879..ab37af25eaa44b27e50ef3df8eee0f5eab1f0a52 100644
|
| --- a/sql/mojo/sql_test_base.cc
|
| +++ b/sql/mojo/sql_test_base.cc
|
| @@ -8,7 +8,7 @@
|
| #include <stdint.h>
|
| #include <utility>
|
|
|
| -#include "mojo/shell/public/cpp/application_impl.h"
|
| +#include "mojo/shell/public/cpp/shell.h"
|
| #include "mojo/util/capture_util.h"
|
| #include "sql/mojo/mojo_vfs.h"
|
| #include "sql/test/test_helpers.h"
|
| @@ -137,7 +137,7 @@ void SQLTestBase::TruncateDatabase() {
|
| void SQLTestBase::SetUp() {
|
| ApplicationTestBase::SetUp();
|
|
|
| - application_impl()->ConnectToService("mojo:filesystem", &files_);
|
| + shell()->ConnectToService("mojo:filesystem", &files_);
|
|
|
| filesystem::FileError error = filesystem::FileError::FAILED;
|
| filesystem::DirectoryPtr directory;
|
|
|