Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3252)

Unified Diff: ash/mus/test/wm_test_helper.h

Issue 2318223003: mash: Migrate wallpaper controllers to ash/common. (Closed)
Patch Set: Add base/test:test_support dep to ash/mus:unittests. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cc444c7a5a9740a4324653fe72c546311443ba2c 100644
--- a/ash/mus/test/wm_test_helper.h
+++ b/ash/mus/test/wm_test_helper.h
@@ -9,6 +9,7 @@
#include "ash/mus/window_manager_application.h"
#include "base/macros.h"
+#include "base/test/sequenced_worker_pool_owner.h"
James Cook 2016/09/08 20:27:55 nit: maybe for a followup CL, can this be forward
msw 2016/09/08 20:41:40 Done.
#include "services/ui/public/cpp/tests/test_window_tree_client_setup.h"
namespace base {
@@ -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);
};
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698