| 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 cb483e0123c1ed8a3d3982c4266fb5ec3f3eeb26..1d189bc0c6a3a9192462dd3716e0f6905588b0cf 100644
 | 
| --- a/services/authentication/accounts_db_manager_unittest.cc
 | 
| +++ b/services/authentication/accounts_db_manager_unittest.cc
 | 
| @@ -6,7 +6,6 @@
 | 
|  
 | 
|  #include "base/logging.h"
 | 
|  #include "base/strings/string_tokenizer.h"
 | 
| -#include "mojo/public/cpp/application/application_impl.h"
 | 
|  #include "mojo/public/cpp/application/application_test_base.h"
 | 
|  #include "mojo/public/cpp/application/connect.h"
 | 
|  #include "mojo/services/files/interfaces/types.mojom.h"
 | 
| @@ -25,8 +24,7 @@ class AccountsDBTest : public mojo::test::ApplicationTestBase {
 | 
|    void SetUp() override {
 | 
|      mojo::test::ApplicationTestBase::SetUp();
 | 
|      mojo::files::FilesPtr files;
 | 
| -    mojo::ConnectToService(application_impl()->shell(), "mojo:files",
 | 
| -                           GetProxy(&files));
 | 
| +    mojo::ConnectToService(shell(), "mojo:files", GetProxy(&files));
 | 
|  
 | 
|      mojo::files::Error error = mojo::files::Error::INTERNAL;
 | 
|      mojo::files::DirectoryPtr directory;
 | 
| 
 |