| Index: ash/mus/test/wm_test_helper.h
|
| diff --git a/ash/mus/test/wm_test_helper.h b/ash/mus/test/wm_test_helper.h
|
| index 3e125a2ee6f78f0f9ff695b9ea47e7ac13d8b329..c707d377ede5dfe5741a18cf4eb87bf9366423b5 100644
|
| --- a/ash/mus/test/wm_test_helper.h
|
| +++ b/ash/mus/test/wm_test_helper.h
|
| @@ -13,6 +13,7 @@
|
|
|
| namespace base {
|
| class MessageLoop;
|
| +class SequencedWorkerPoolOwner;
|
| }
|
|
|
| namespace gfx {
|
| @@ -48,6 +49,7 @@ class WmTestHelper {
|
| ui::TestWindowTreeClientSetup window_tree_client_setup_;
|
| std::unique_ptr<WindowManagerApplication> window_manager_app_;
|
| WmTestScreen* screen_ = nullptr; // Owned by |window_manager_app_|.
|
| + std::unique_ptr<base::SequencedWorkerPoolOwner> blocking_pool_owner_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WmTestHelper);
|
| };
|
|
|