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

Side by Side Diff: ash/wm/workspace_controller_unittest.cc

Issue 2292183003: Moves WorkspaceController to ash/common (Closed)
Patch Set: merge 2 trunk 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 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 "ash/wm/workspace_controller.h" 5 #include "ash/common/wm/workspace_controller.h"
6 6
7 #include <map> 7 #include <map>
8 8
9 #include "ash/aura/wm_window_aura.h" 9 #include "ash/aura/wm_window_aura.h"
10 #include "ash/common/shelf/shelf_layout_manager.h" 10 #include "ash/common/shelf/shelf_layout_manager.h"
11 #include "ash/common/shelf/shelf_widget.h" 11 #include "ash/common/shelf/shelf_widget.h"
12 #include "ash/common/shelf/wm_shelf.h" 12 #include "ash/common/shelf/wm_shelf.h"
13 #include "ash/common/shell_window_ids.h" 13 #include "ash/common/shell_window_ids.h"
14 #include "ash/common/system/status_area_widget.h" 14 #include "ash/common/system/status_area_widget.h"
15 #include "ash/common/wm/panels/panel_layout_manager.h" 15 #include "ash/common/wm/panels/panel_layout_manager.h"
(...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 ui::EventTimeForNow()); 1616 ui::EventTimeForNow());
1617 target = targeter->FindTargetForEvent(root, &touch); 1617 target = targeter->FindTargetForEvent(root, &touch);
1618 if (points[i].is_target_hit) 1618 if (points[i].is_target_hit)
1619 EXPECT_EQ(window.get(), target); 1619 EXPECT_EQ(window.get(), target);
1620 else 1620 else
1621 EXPECT_NE(window.get(), target); 1621 EXPECT_NE(window.get(), target);
1622 } 1622 }
1623 } 1623 }
1624 1624
1625 } // namespace ash 1625 } // namespace ash
OLDNEW
« ash/common/wm/workspace_controller.h ('K') | « ash/wm/workspace_controller_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698