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

Side by Side Diff: ash/shell.cc

Issue 2691263002: Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | base/sequence_checker_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/shell.h" 5 #include "ash/shell.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <string> 8 #include <string>
9 #include <utility> 9 #include <utility>
10 10
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 #include "ash/wm/toplevel_window_event_handler.h" 88 #include "ash/wm/toplevel_window_event_handler.h"
89 #include "ash/wm/video_detector.h" 89 #include "ash/wm/video_detector.h"
90 #include "ash/wm/window_animations.h" 90 #include "ash/wm/window_animations.h"
91 #include "ash/wm/window_properties.h" 91 #include "ash/wm/window_properties.h"
92 #include "ash/wm/window_util.h" 92 #include "ash/wm/window_util.h"
93 #include "base/bind.h" 93 #include "base/bind.h"
94 #include "base/bind_helpers.h" 94 #include "base/bind_helpers.h"
95 #include "base/command_line.h" 95 #include "base/command_line.h"
96 #include "base/memory/ptr_util.h" 96 #include "base/memory/ptr_util.h"
97 #include "base/sys_info.h" 97 #include "base/sys_info.h"
98 #include "base/threading/sequenced_worker_pool.h"
99 #include "base/trace_event/trace_event.h" 98 #include "base/trace_event/trace_event.h"
100 #include "chromeos/audio/audio_a11y_controller.h" 99 #include "chromeos/audio/audio_a11y_controller.h"
101 #include "chromeos/chromeos_switches.h" 100 #include "chromeos/chromeos_switches.h"
102 #include "chromeos/dbus/dbus_thread_manager.h" 101 #include "chromeos/dbus/dbus_thread_manager.h"
103 #include "chromeos/system/devicemode.h" 102 #include "chromeos/system/devicemode.h"
104 #include "services/service_manager/public/cpp/connector.h" 103 #include "services/service_manager/public/cpp/connector.h"
105 #include "services/ui/public/interfaces/constants.mojom.h" 104 #include "services/ui/public/interfaces/constants.mojom.h"
106 #include "ui/aura/client/aura_constants.h" 105 #include "ui/aura/client/aura_constants.h"
107 #include "ui/aura/env.h" 106 #include "ui/aura/env.h"
108 #include "ui/aura/layout_manager.h" 107 #include "ui/aura/layout_manager.h"
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 std::unique_ptr<ui::EventTargetIterator> Shell::GetChildIterator() const { 937 std::unique_ptr<ui::EventTargetIterator> Shell::GetChildIterator() const {
939 return std::unique_ptr<ui::EventTargetIterator>(); 938 return std::unique_ptr<ui::EventTargetIterator>();
940 } 939 }
941 940
942 ui::EventTargeter* Shell::GetEventTargeter() { 941 ui::EventTargeter* Shell::GetEventTargeter() {
943 NOTREACHED(); 942 NOTREACHED();
944 return nullptr; 943 return nullptr;
945 } 944 }
946 945
947 } // namespace ash 946 } // namespace ash
OLDNEW
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | base/sequence_checker_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698