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

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

Issue 802473003: Fix references to ui/gfx headers in a*/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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_layout_manager.h" 5 #include "ash/wm/workspace/workspace_layout_manager.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "ash/display/display_layout.h" 9 #include "ash/display/display_layout.h"
10 #include "ash/display/display_manager.h" 10 #include "ash/display/display_manager.h"
(...skipping 14 matching lines...) Expand all
25 #include "base/compiler_specific.h" 25 #include "base/compiler_specific.h"
26 #include "ui/aura/client/aura_constants.h" 26 #include "ui/aura/client/aura_constants.h"
27 #include "ui/aura/test/test_windows.h" 27 #include "ui/aura/test/test_windows.h"
28 #include "ui/aura/window.h" 28 #include "ui/aura/window.h"
29 #include "ui/aura/window_event_dispatcher.h" 29 #include "ui/aura/window_event_dispatcher.h"
30 #include "ui/base/ime/dummy_text_input_client.h" 30 #include "ui/base/ime/dummy_text_input_client.h"
31 #include "ui/base/ime/input_method.h" 31 #include "ui/base/ime/input_method.h"
32 #include "ui/base/ime/text_input_focus_manager.h" 32 #include "ui/base/ime/text_input_focus_manager.h"
33 #include "ui/base/ui_base_switches_util.h" 33 #include "ui/base/ui_base_switches_util.h"
34 #include "ui/base/ui_base_types.h" 34 #include "ui/base/ui_base_types.h"
35 #include "ui/gfx/insets.h" 35 #include "ui/gfx/geometry/insets.h"
36 #include "ui/gfx/screen.h" 36 #include "ui/gfx/screen.h"
37 #include "ui/views/widget/widget.h" 37 #include "ui/views/widget/widget.h"
38 #include "ui/views/widget/widget_delegate.h" 38 #include "ui/views/widget/widget_delegate.h"
39 #include "ui/wm/core/window_util.h" 39 #include "ui/wm/core/window_util.h"
40 40
41 namespace ash { 41 namespace ash {
42 namespace { 42 namespace {
43 43
44 class MaximizeDelegateView : public views::WidgetDelegateView { 44 class MaximizeDelegateView : public views::WidgetDelegateView {
45 public: 45 public:
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 occluded_window_bounds.width(), 1151 occluded_window_bounds.width(),
1152 occluded_window_bounds.height()).ToString(), 1152 occluded_window_bounds.height()).ToString(),
1153 window->bounds().ToString()); 1153 window->bounds().ToString());
1154 HideKeyboard(); 1154 HideKeyboard();
1155 EXPECT_EQ(occluded_window_bounds.ToString(), window->bounds().ToString()); 1155 EXPECT_EQ(occluded_window_bounds.ToString(), window->bounds().ToString());
1156 1156
1157 Blur(&text_input_client); 1157 Blur(&text_input_client);
1158 } 1158 }
1159 1159
1160 } // namespace ash 1160 } // namespace ash
OLDNEW
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager.h ('k') | ash/wm/workspace/workspace_window_resizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698