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

Side by Side Diff: ash/wm/workspace/workspace_event_handler_unittest.cc

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 (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/wm/workspace/workspace_event_handler.h" 5 #include "ash/wm/workspace/workspace_event_handler.h"
6 6
7 #include "ash/common/wm/window_state.h"
8 #include "ash/common/wm/wm_event.h"
7 #include "ash/screen_util.h" 9 #include "ash/screen_util.h"
8 #include "ash/shell.h" 10 #include "ash/shell.h"
9 #include "ash/test/ash_test_base.h" 11 #include "ash/test/ash_test_base.h"
10 #include "ash/wm/common/window_state.h"
11 #include "ash/wm/common/wm_event.h"
12 #include "ash/wm/window_state_aura.h" 12 #include "ash/wm/window_state_aura.h"
13 #include "ash/wm/window_util.h" 13 #include "ash/wm/window_util.h"
14 #include "ash/wm/workspace_controller.h" 14 #include "ash/wm/workspace_controller.h"
15 #include "ash/wm/workspace_controller_test_helper.h" 15 #include "ash/wm/workspace_controller_test_helper.h"
16 #include "base/threading/thread_task_runner_handle.h" 16 #include "base/threading/thread_task_runner_handle.h"
17 #include "ui/aura/client/aura_constants.h" 17 #include "ui/aura/client/aura_constants.h"
18 #include "ui/aura/test/test_window_delegate.h" 18 #include "ui/aura/test/test_window_delegate.h"
19 #include "ui/aura/window.h" 19 #include "ui/aura/window.h"
20 #include "ui/aura/window_tree_host.h" 20 #include "ui/aura/window_tree_host.h"
21 #include "ui/base/hit_test.h" 21 #include "ui/base/hit_test.h"
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 delegate.set_window_component(HTCAPTION); 553 delegate.set_window_component(HTCAPTION);
554 generator.PressRightButton(); 554 generator.PressRightButton();
555 generator.ReleaseRightButton(); 555 generator.ReleaseRightButton();
556 EXPECT_FALSE(window_state->IsMaximized()); 556 EXPECT_FALSE(window_state->IsMaximized());
557 ClickButtonWithFlags(&generator, ui::EF_LEFT_MOUSE_BUTTON, 557 ClickButtonWithFlags(&generator, ui::EF_LEFT_MOUSE_BUTTON,
558 ui::EF_IS_DOUBLE_CLICK); 558 ui::EF_IS_DOUBLE_CLICK);
559 EXPECT_FALSE(window_state->IsMaximized()); 559 EXPECT_FALSE(window_state->IsMaximized());
560 } 560 }
561 561
562 } // namespace ash 562 } // namespace ash
OLDNEW
« no previous file with comments | « ash/wm/workspace/workspace_event_handler.cc ('k') | ash/wm/workspace/workspace_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698