summaryrefslogtreecommitdiffstats
path: root/components/filesystem/files_test_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/filesystem/files_test_base.cc')
-rw-r--r--components/filesystem/files_test_base.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/filesystem/files_test_base.cc b/components/filesystem/files_test_base.cc
index d47be02..15399c3 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/shell.h"
+#include "mojo/shell/public/cpp/connector.h"
#include "mojo/util/capture_util.h"
namespace filesystem {
@@ -21,7 +21,7 @@ FilesTestBase::~FilesTestBase() {
void FilesTestBase::SetUp() {
ApplicationTestBase::SetUp();
- shell()->ConnectToInterface("mojo:filesystem", &files_);
+ connector()->ConnectToInterface("mojo:filesystem", &files_);
}
void FilesTestBase::GetTemporaryRoot(DirectoryPtr* directory) {