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

Side by Side Diff: chromeos/network/network_handler.cc

Issue 2857613003: Remove unused base/threading/worker_pool.h includes. (Closed)
Patch Set: Created 3 years, 7 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 | « chromeos/network/firewall_hole.cc ('k') | chromeos/network/proxy/proxy_config_service_impl.cc » ('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 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 "chromeos/network/network_handler.h" 5 #include "chromeos/network/network_handler.h"
6 6
7 #include "base/threading/thread_task_runner_handle.h" 7 #include "base/threading/thread_task_runner_handle.h"
8 #include "base/threading/worker_pool.h"
9 #include "chromeos/dbus/dbus_thread_manager.h" 8 #include "chromeos/dbus/dbus_thread_manager.h"
10 #include "chromeos/network/auto_connect_handler.h" 9 #include "chromeos/network/auto_connect_handler.h"
11 #include "chromeos/network/client_cert_resolver.h" 10 #include "chromeos/network/client_cert_resolver.h"
12 #include "chromeos/network/geolocation_handler.h" 11 #include "chromeos/network/geolocation_handler.h"
13 #include "chromeos/network/managed_network_configuration_handler_impl.h" 12 #include "chromeos/network/managed_network_configuration_handler_impl.h"
14 #include "chromeos/network/network_activation_handler.h" 13 #include "chromeos/network/network_activation_handler.h"
15 #include "chromeos/network/network_cert_migrator.h" 14 #include "chromeos/network/network_cert_migrator.h"
16 #include "chromeos/network/network_configuration_handler.h" 15 #include "chromeos/network/network_configuration_handler.h"
17 #include "chromeos/network/network_connection_handler.h" 16 #include "chromeos/network/network_connection_handler.h"
18 #include "chromeos/network/network_device_handler_impl.h" 17 #include "chromeos/network/network_device_handler_impl.h"
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 NetworkHandler::prohibited_technologies_handler() { 164 NetworkHandler::prohibited_technologies_handler() {
166 return prohibited_technologies_handler_.get(); 165 return prohibited_technologies_handler_.get();
167 } 166 }
168 167
169 UIProxyConfigService* NetworkHandler::ui_proxy_config_service() { 168 UIProxyConfigService* NetworkHandler::ui_proxy_config_service() {
170 CHECK(ui_proxy_config_service_.get()); 169 CHECK(ui_proxy_config_service_.get());
171 return ui_proxy_config_service_.get(); 170 return ui_proxy_config_service_.get();
172 } 171 }
173 172
174 } // namespace chromeos 173 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/network/firewall_hole.cc ('k') | chromeos/network/proxy/proxy_config_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698