| Index: services/ui/view_manager/tests/view_manager_test.cc
 | 
| diff --git a/services/ui/view_manager/tests/view_manager_test.cc b/services/ui/view_manager/tests/view_manager_test.cc
 | 
| index 13e30c6fc1c5835bee3b9a7386d4c54cc13fa486..799cea31ff99c0d1a4f38c85fb2c2e2922ab638e 100644
 | 
| --- a/services/ui/view_manager/tests/view_manager_test.cc
 | 
| +++ b/services/ui/view_manager/tests/view_manager_test.cc
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "mojo/public/cpp/application/application_impl.h"
 | 
|  #include "mojo/public/cpp/application/connect.h"
 | 
| +#include "mojo/public/cpp/bindings/binding.h"
 | 
|  #include "mojo/services/ui/views/interfaces/view_manager.mojom.h"
 | 
|  #include "mojo/services/ui/views/interfaces/views.mojom.h"
 | 
|  #include "services/ui/view_manager/tests/mock_view_associate.h"
 | 
| 
 |