Index: services/authentication/accounts_db_manager_unittest.cc |
diff --git a/services/authentication/accounts_db_manager_unittest.cc b/services/authentication/accounts_db_manager_unittest.cc |
index 239bf4cef3c87dacc175f7100c28033df558fc28..7c12c046014eb320e15508afce398bee9bdc8665 100644 |
--- a/services/authentication/accounts_db_manager_unittest.cc |
+++ b/services/authentication/accounts_db_manager_unittest.cc |
@@ -24,7 +24,7 @@ class AccountsDBTest : public mojo::test::ApplicationTestBase { |
void SetUp() override { |
mojo::test::ApplicationTestBase::SetUp(); |
mojo::files::FilesPtr files; |
- application_impl()->ConnectToService("mojo:files", &files); |
+ application_impl()->ConnectToServiceDeprecated("mojo:files", &files); |
mojo::files::Error error = mojo::files::Error::INTERNAL; |
mojo::files::DirectoryPtr directory; |