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

Side by Side Diff: ash/app_list/app_list_presenter_delegate.cc

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 years, 9 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/app_list/app_list_presenter_delegate.h" 5 #include "ash/app_list/app_list_presenter_delegate.h"
6 6
7 #include "ash/ash_switches.h" 7 #include "ash/common/ash_switches.h"
8 #include "ash/common/wm_shell.h"
9 #include "ash/common/wm_window.h"
8 #include "ash/display/window_tree_host_manager.h" 10 #include "ash/display/window_tree_host_manager.h"
9 #include "ash/public/cpp/shelf_types.h" 11 #include "ash/public/cpp/shelf_types.h"
10 #include "ash/public/cpp/shell_window_ids.h" 12 #include "ash/public/cpp/shell_window_ids.h"
11 #include "ash/root_window_controller.h" 13 #include "ash/root_window_controller.h"
12 #include "ash/screen_util.h" 14 #include "ash/screen_util.h"
13 #include "ash/shelf/app_list_button.h" 15 #include "ash/shelf/app_list_button.h"
14 #include "ash/shelf/shelf_layout_manager.h" 16 #include "ash/shelf/shelf_layout_manager.h"
15 #include "ash/shelf/shelf_widget.h" 17 #include "ash/shelf/shelf_widget.h"
16 #include "ash/shelf/wm_shelf.h" 18 #include "ash/shelf/wm_shelf.h"
17 #include "ash/shell.h" 19 #include "ash/shell.h"
18 #include "ash/wm/maximize_mode/maximize_mode_controller.h" 20 #include "ash/wm/maximize_mode/maximize_mode_controller.h"
19 #include "ash/wm/wm_screen_util.h" 21 #include "ash/wm/wm_screen_util.h"
20 #include "ash/wm_shell.h"
21 #include "ash/wm_window.h"
22 #include "base/command_line.h" 22 #include "base/command_line.h"
23 #include "ui/app_list/app_list_constants.h" 23 #include "ui/app_list/app_list_constants.h"
24 #include "ui/app_list/app_list_switches.h" 24 #include "ui/app_list/app_list_switches.h"
25 #include "ui/app_list/presenter/app_list_presenter_impl.h" 25 #include "ui/app_list/presenter/app_list_presenter_impl.h"
26 #include "ui/app_list/presenter/app_list_view_delegate_factory.h" 26 #include "ui/app_list/presenter/app_list_view_delegate_factory.h"
27 #include "ui/app_list/views/app_list_view.h" 27 #include "ui/app_list/views/app_list_view.h"
28 #include "ui/aura/window.h" 28 #include "ui/aura/window.h"
29 #include "ui/events/event.h" 29 #include "ui/events/event.h"
30 #include "ui/keyboard/keyboard_controller.h" 30 #include "ui/keyboard/keyboard_controller.h"
31 #include "ui/views/widget/widget.h" 31 #include "ui/views/widget/widget.h"
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 } 240 }
241 241
242 //////////////////////////////////////////////////////////////////////////////// 242 ////////////////////////////////////////////////////////////////////////////////
243 // AppListPresenterDelegate, WmShelfObserver implementation: 243 // AppListPresenterDelegate, WmShelfObserver implementation:
244 244
245 void AppListPresenterDelegate::OnShelfIconPositionsChanged() { 245 void AppListPresenterDelegate::OnShelfIconPositionsChanged() {
246 UpdateBounds(); 246 UpdateBounds();
247 } 247 }
248 248
249 } // namespace ash 249 } // namespace ash
OLDNEW
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.h ('k') | ash/app_list/app_list_presenter_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698