| Index: ui/aura/test/aura_test_helper.cc
|
| diff --git a/ui/aura/test/aura_test_helper.cc b/ui/aura/test/aura_test_helper.cc
|
| index 21172562cd3e9f2bd4ab44ad4192f44fc240a7ba..7c9e5cbb5705cfc8eac579464dc8519c9bd015a9 100644
|
| --- a/ui/aura/test/aura_test_helper.cc
|
| +++ b/ui/aura/test/aura_test_helper.cc
|
| @@ -11,7 +11,6 @@
|
| #include "ui/aura/client/focus_client.h"
|
| #include "ui/aura/env.h"
|
| #include "ui/aura/input_state_lookup.h"
|
| -#include "ui/aura/mus/capture_synchronizer.h"
|
| #include "ui/aura/mus/window_port_mus.h"
|
| #include "ui/aura/mus/window_tree_client.h"
|
| #include "ui/aura/test/env_test_helper.h"
|
| @@ -193,8 +192,6 @@
|
| window_tree_client_setup_->InitForWindowManager(window_tree_delegate_,
|
| window_manager_delegate_);
|
| window_tree_client_ = window_tree_client_setup_->window_tree_client();
|
| - window_tree_client_->capture_synchronizer()->AttachToCaptureClient(
|
| - capture_client_.get());
|
| }
|
|
|
| } // namespace test
|
|
|