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

Side by Side Diff: ash/mus/test/wm_test_helper.h

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « ash/mus/test/wm_test_base.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_MUS_TEST_WM_TEST_HELPER_H_ 5 #ifndef ASH_MUS_TEST_WM_TEST_HELPER_H_
6 #define ASH_MUS_TEST_WM_TEST_HELPER_H_ 6 #define ASH_MUS_TEST_WM_TEST_HELPER_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "ash/mus/window_manager_application.h" 10 #include "ash/mus/window_manager_application.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "components/mus/public/cpp/tests/test_window_tree_client_setup.h" 12 #include "services/ui/public/cpp/tests/test_window_tree_client_setup.h"
13 13
14 namespace base { 14 namespace base {
15 class MessageLoop; 15 class MessageLoop;
16 } 16 }
17 17
18 namespace gfx { 18 namespace gfx {
19 class Rect; 19 class Rect;
20 } 20 }
21 21
22 namespace mus { 22 namespace mus {
(...skipping 26 matching lines...) Expand all
49 WindowManagerApplication window_manager_app_; 49 WindowManagerApplication window_manager_app_;
50 WmTestScreen* screen_ = nullptr; // Owned by |window_manager_app_|. 50 WmTestScreen* screen_ = nullptr; // Owned by |window_manager_app_|.
51 51
52 DISALLOW_COPY_AND_ASSIGN(WmTestHelper); 52 DISALLOW_COPY_AND_ASSIGN(WmTestHelper);
53 }; 53 };
54 54
55 } // namespace mus 55 } // namespace mus
56 } // namespace ash 56 } // namespace ash
57 57
58 #endif // ASH_MUS_TEST_WM_TEST_HELPER_H_ 58 #endif // ASH_MUS_TEST_WM_TEST_HELPER_H_
OLDNEW
« no previous file with comments | « ash/mus/test/wm_test_base.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698