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

Side by Side Diff: ash/shelf/shelf_view_unittest.cc

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase Created 4 years, 2 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/shelf/shelf_layout_manager_unittest.cc ('k') | ash/shell.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "ash/common/shelf/shelf_view.h" 5 #include "ash/common/shelf/shelf_view.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <memory> 8 #include <memory>
9 #include <utility> 9 #include <utility>
10 #include <vector> 10 #include <vector>
11 11
12 #include "ash/common/shelf/app_list_button.h" 12 #include "ash/common/shelf/app_list_button.h"
13 #include "ash/common/shelf/overflow_bubble.h" 13 #include "ash/common/shelf/overflow_bubble.h"
14 #include "ash/common/shelf/overflow_bubble_view.h" 14 #include "ash/common/shelf/overflow_bubble_view.h"
15 #include "ash/common/shelf/overflow_button.h" 15 #include "ash/common/shelf/overflow_button.h"
16 #include "ash/common/shelf/shelf_button.h" 16 #include "ash/common/shelf/shelf_button.h"
17 #include "ash/common/shelf/shelf_constants.h" 17 #include "ash/common/shelf/shelf_constants.h"
18 #include "ash/common/shelf/shelf_menu_model.h" 18 #include "ash/common/shelf/shelf_menu_model.h"
19 #include "ash/common/shelf/shelf_model.h" 19 #include "ash/common/shelf/shelf_model.h"
20 #include "ash/common/shelf/shelf_tooltip_manager.h" 20 #include "ash/common/shelf/shelf_tooltip_manager.h"
21 #include "ash/common/shelf/shelf_widget.h" 21 #include "ash/common/shelf/shelf_widget.h"
22 #include "ash/common/shelf/wm_shelf.h" 22 #include "ash/common/shelf/wm_shelf.h"
23 #include "ash/common/shelf/wm_shelf_observer.h" 23 #include "ash/common/shelf/wm_shelf_observer.h"
24 #include "ash/common/shell_window_ids.h"
25 #include "ash/common/system/web_notification/web_notification_tray.h" 24 #include "ash/common/system/web_notification/web_notification_tray.h"
26 #include "ash/common/test/material_design_controller_test_api.h" 25 #include "ash/common/test/material_design_controller_test_api.h"
27 #include "ash/common/test/test_system_tray_delegate.h" 26 #include "ash/common/test/test_system_tray_delegate.h"
28 #include "ash/common/wm_root_window_controller.h" 27 #include "ash/common/wm_root_window_controller.h"
29 #include "ash/common/wm_shell.h" 28 #include "ash/common/wm_shell.h"
30 #include "ash/common/wm_window.h" 29 #include "ash/common/wm_window.h"
30 #include "ash/public/cpp/shell_window_ids.h"
31 #include "ash/shell.h" 31 #include "ash/shell.h"
32 #include "ash/test/ash_test_base.h" 32 #include "ash/test/ash_test_base.h"
33 #include "ash/test/ash_test_helper.h" 33 #include "ash/test/ash_test_helper.h"
34 #include "ash/test/overflow_bubble_view_test_api.h" 34 #include "ash/test/overflow_bubble_view_test_api.h"
35 #include "ash/test/shelf_view_test_api.h" 35 #include "ash/test/shelf_view_test_api.h"
36 #include "ash/test/test_shelf_delegate.h" 36 #include "ash/test/test_shelf_delegate.h"
37 #include "ash/test/test_shelf_item_delegate.h" 37 #include "ash/test/test_shelf_item_delegate.h"
38 #include "ash/test/test_shell_delegate.h" 38 #include "ash/test/test_shell_delegate.h"
39 #include "base/i18n/rtl.h" 39 #include "base/i18n/rtl.h"
40 #include "base/macros.h" 40 #include "base/macros.h"
(...skipping 3118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 IsEmpty()); 3159 IsEmpty());
3160 3160
3161 ASSERT_TRUE(test_api_->IsShowingOverflowBubble()); 3161 ASSERT_TRUE(test_api_->IsShowingOverflowBubble());
3162 } 3162 }
3163 } 3163 }
3164 3164
3165 #endif // !defined(OS_WIN) 3165 #endif // !defined(OS_WIN)
3166 3166
3167 } // namespace test 3167 } // namespace test
3168 } // namespace ash 3168 } // namespace ash
OLDNEW
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698