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

Side by Side Diff: ash/wm/overview/window_selector_unittest.cc

Issue 1966903002: Fix include path for moved thread_task_runner_handle.h header in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: Created 4 years, 7 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 <algorithm> 5 #include <algorithm>
6 #include <vector> 6 #include <vector>
7 7
8 #include "ash/accessibility_delegate.h" 8 #include "ash/accessibility_delegate.h"
9 #include "ash/ash_switches.h" 9 #include "ash/ash_switches.h"
10 #include "ash/drag_drop/drag_drop_controller.h" 10 #include "ash/drag_drop/drag_drop_controller.h"
(...skipping 21 matching lines...) Expand all
32 #include "ash/wm/overview/window_selector_item.h" 32 #include "ash/wm/overview/window_selector_item.h"
33 #include "ash/wm/window_state_aura.h" 33 #include "ash/wm/window_state_aura.h"
34 #include "ash/wm/window_util.h" 34 #include "ash/wm/window_util.h"
35 #include "base/command_line.h" 35 #include "base/command_line.h"
36 #include "base/compiler_specific.h" 36 #include "base/compiler_specific.h"
37 #include "base/memory/scoped_vector.h" 37 #include "base/memory/scoped_vector.h"
38 #include "base/run_loop.h" 38 #include "base/run_loop.h"
39 #include "base/strings/string_piece.h" 39 #include "base/strings/string_piece.h"
40 #include "base/strings/utf_string_conversions.h" 40 #include "base/strings/utf_string_conversions.h"
41 #include "base/test/user_action_tester.h" 41 #include "base/test/user_action_tester.h"
42 #include "base/thread_task_runner_handle.h" 42 #include "base/threading/thread_task_runner_handle.h"
43 #include "ui/aura/client/aura_constants.h" 43 #include "ui/aura/client/aura_constants.h"
44 #include "ui/aura/client/cursor_client.h" 44 #include "ui/aura/client/cursor_client.h"
45 #include "ui/aura/client/focus_client.h" 45 #include "ui/aura/client/focus_client.h"
46 #include "ui/aura/test/test_window_delegate.h" 46 #include "ui/aura/test/test_window_delegate.h"
47 #include "ui/aura/test/test_windows.h" 47 #include "ui/aura/test/test_windows.h"
48 #include "ui/aura/window.h" 48 #include "ui/aura/window.h"
49 #include "ui/aura/window_event_dispatcher.h" 49 #include "ui/aura/window_event_dispatcher.h"
50 #include "ui/compositor/scoped_animation_duration_scale_mode.h" 50 #include "ui/compositor/scoped_animation_duration_scale_mode.h"
51 #include "ui/display/manager/display_layout.h" 51 #include "ui/display/manager/display_layout.h"
52 #include "ui/events/event_utils.h" 52 #include "ui/events/event_utils.h"
(...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 // Switch to overview mode. 1637 // Switch to overview mode.
1638 ToggleOverview(); 1638 ToggleOverview();
1639 ASSERT_TRUE(IsSelecting()); 1639 ASSERT_TRUE(IsSelecting());
1640 1640
1641 // Tap should now exit overview mode. 1641 // Tap should now exit overview mode.
1642 generator.GestureTapAt(point_in_background_page); 1642 generator.GestureTapAt(point_in_background_page);
1643 EXPECT_FALSE(IsSelecting()); 1643 EXPECT_FALSE(IsSelecting());
1644 } 1644 }
1645 1645
1646 } // namespace ash 1646 } // namespace ash
OLDNEW
« no previous file with comments | « ash/system/web_notification/web_notification_tray.cc ('k') | ash/wm/toplevel_window_event_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698