summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chromeos/attestation/mock_attestation_flow.cc1
-rw-r--r--chromeos/cryptohome/async_method_caller.cc1
-rw-r--r--chromeos/cryptohome/homedir_methods.cc1
-rw-r--r--chromeos/dbus/bluetooth_adapter_client.cc1
-rw-r--r--chromeos/dbus/bluetooth_agent_manager_client.cc1
-rw-r--r--chromeos/dbus/bluetooth_agent_service_provider.cc3
-rw-r--r--chromeos/dbus/bluetooth_device_client.cc1
-rw-r--r--chromeos/dbus/bluetooth_input_client.cc1
-rw-r--r--chromeos/dbus/bluetooth_media_endpoint_service_provider.cc2
-rw-r--r--chromeos/dbus/bluetooth_profile_manager_client.cc1
-rw-r--r--chromeos/dbus/bluetooth_profile_service_provider.cc3
-rw-r--r--chromeos/dbus/dbus_thread_manager.cc1
-rw-r--r--chromeos/dbus/debug_daemon_client.cc3
-rw-r--r--chromeos/dbus/fake_bluetooth_adapter_client.cc2
-rw-r--r--chromeos/dbus/fake_bluetooth_agent_manager_client.cc2
-rw-r--r--chromeos/dbus/fake_bluetooth_agent_service_provider.cc1
-rw-r--r--chromeos/dbus/fake_bluetooth_device_client.cc4
-rw-r--r--chromeos/dbus/fake_bluetooth_input_client.cc1
-rw-r--r--chromeos/dbus/fake_bluetooth_profile_manager_client.cc4
-rw-r--r--chromeos/dbus/fake_bluetooth_profile_service_provider.cc1
-rw-r--r--chromeos/dbus/fake_debug_daemon_client.cc1
-rw-r--r--chromeos/dbus/fake_nfc_adapter_client.cc1
-rw-r--r--chromeos/dbus/fake_nfc_device_client.cc1
-rw-r--r--chromeos/dbus/fake_nfc_tag_client.cc1
-rw-r--r--chromeos/dbus/fake_power_manager_client.cc1
-rw-r--r--chromeos/dbus/fake_shill_profile_client.cc1
-rw-r--r--chromeos/dbus/introspectable_client.cc3
-rw-r--r--chromeos/dbus/leadership_daemon_manager_client.cc1
-rw-r--r--chromeos/dbus/lorgnette_manager_client.cc2
-rw-r--r--chromeos/dbus/permission_broker_client.cc1
-rw-r--r--chromeos/dbus/power_manager_client.cc2
-rw-r--r--chromeos/dbus/services/cros_dbus_service.cc1
-rw-r--r--chromeos/dbus/services/display_power_service_provider.cc1
-rw-r--r--chromeos/dbus/services/proxy_resolution_service_provider.cc1
-rw-r--r--chromeos/dbus/services/service_provider_test_helper.cc2
-rw-r--r--chromeos/dbus/session_manager_client.cc1
-rw-r--r--chromeos/dbus/shill_client_helper.cc1
-rw-r--r--chromeos/dbus/shill_client_unittest_base.cc1
-rw-r--r--chromeos/dbus/system_clock_client.cc1
-rw-r--r--chromeos/dbus/update_engine_client.cc1
-rw-r--r--chromeos/disks/disk_mount_manager.cc1
-rw-r--r--chromeos/geolocation/simple_geolocation_provider.cc2
-rw-r--r--chromeos/geolocation/simple_geolocation_request.cc2
-rw-r--r--chromeos/login/auth/auth_attempt_state.cc3
-rw-r--r--chromeos/login/auth/extended_authenticator_impl.cc1
-rw-r--r--chromeos/login/auth/mock_url_fetchers.cc3
-rw-r--r--chromeos/login/auth/online_attempt.cc4
-rw-r--r--chromeos/login/auth/online_attempt_host.cc1
-rw-r--r--chromeos/login/auth/test_attempt_state.cc1
-rw-r--r--chromeos/network/auto_connect_handler.cc1
-rw-r--r--chromeos/network/client_cert_resolver.cc2
-rw-r--r--chromeos/network/client_cert_util.cc3
-rw-r--r--chromeos/network/device_state.cc1
-rw-r--r--chromeos/network/managed_network_configuration_handler_impl.cc1
-rw-r--r--chromeos/network/network_change_notifier_chromeos.cc1
-rw-r--r--chromeos/network/network_configuration_handler.cc3
-rw-r--r--chromeos/network/network_connection_handler.cc2
-rw-r--r--chromeos/network/network_device_handler_impl.cc1
-rw-r--r--chromeos/network/network_sms_handler.cc1
-rw-r--r--chromeos/network/network_state_handler.cc2
-rw-r--r--chromeos/network/network_ui_data.cc1
-rw-r--r--chromeos/network/onc/onc_certificate_importer_impl.cc1
-rw-r--r--chromeos/network/onc/onc_validator.cc2
-rw-r--r--chromeos/network/policy_applicator.cc1
-rw-r--r--chromeos/process_proxy/process_proxy.cc2
-rw-r--r--chromeos/settings/timezone_settings.cc1
-rw-r--r--chromeos/timezone/timezone_provider.cc2
-rw-r--r--chromeos/timezone/timezone_request.cc2
-rw-r--r--chromeos/timezone/timezone_resolver.cc3
69 files changed, 0 insertions, 111 deletions
diff --git a/chromeos/attestation/mock_attestation_flow.cc b/chromeos/attestation/mock_attestation_flow.cc
index b6eda5b3..4b10975 100644
--- a/chromeos/attestation/mock_attestation_flow.cc
+++ b/chromeos/attestation/mock_attestation_flow.cc
@@ -5,7 +5,6 @@
#include "chromeos/attestation/mock_attestation_flow.h"
#include "base/memory/scoped_ptr.h"
-#include "testing/gmock/include/gmock/gmock.h"
using testing::_;
using testing::DefaultValue;
diff --git a/chromeos/cryptohome/async_method_caller.cc b/chromeos/cryptohome/async_method_caller.cc
index f45d1a2..8348fd2 100644
--- a/chromeos/cryptohome/async_method_caller.cc
+++ b/chromeos/cryptohome/async_method_caller.cc
@@ -8,7 +8,6 @@
#include "base/containers/hash_tables.h"
#include "base/location.h"
#include "base/message_loop/message_loop_proxy.h"
-#include "chromeos/dbus/cryptohome_client.h"
#include "chromeos/dbus/dbus_thread_manager.h"
using chromeos::DBusThreadManager;
diff --git a/chromeos/cryptohome/homedir_methods.cc b/chromeos/cryptohome/homedir_methods.cc
index cbb934c..aa3a29e 100644
--- a/chromeos/cryptohome/homedir_methods.cc
+++ b/chromeos/cryptohome/homedir_methods.cc
@@ -8,7 +8,6 @@
#include "base/logging.h"
#include "chromeos/dbus/cryptohome/key.pb.h"
#include "chromeos/dbus/cryptohome/rpc.pb.h"
-#include "chromeos/dbus/cryptohome_client.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#if defined(USE_SYSTEM_PROTOBUF)
diff --git a/chromeos/dbus/bluetooth_adapter_client.cc b/chromeos/dbus/bluetooth_adapter_client.cc
index e4af8aa..9fd71cc 100644
--- a/chromeos/dbus/bluetooth_adapter_client.cc
+++ b/chromeos/dbus/bluetooth_adapter_client.cc
@@ -9,7 +9,6 @@
#include "dbus/bus.h"
#include "dbus/message.h"
#include "dbus/object_manager.h"
-#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/bluetooth_agent_manager_client.cc b/chromeos/dbus/bluetooth_agent_manager_client.cc
index 4e1e2cb..af7bb16 100644
--- a/chromeos/dbus/bluetooth_agent_manager_client.cc
+++ b/chromeos/dbus/bluetooth_agent_manager_client.cc
@@ -8,7 +8,6 @@
#include "base/logging.h"
#include "dbus/bus.h"
#include "dbus/message.h"
-#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/bluetooth_agent_service_provider.cc b/chromeos/dbus/bluetooth_agent_service_provider.cc
index 6c02c92..97eb273 100644
--- a/chromeos/dbus/bluetooth_agent_service_provider.cc
+++ b/chromeos/dbus/bluetooth_agent_service_provider.cc
@@ -4,7 +4,6 @@
#include "chromeos/dbus/bluetooth_agent_service_provider.h"
-#include <string>
#include "base/bind.h"
#include "base/logging.h"
@@ -12,10 +11,8 @@
#include "base/threading/platform_thread.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_bluetooth_agent_service_provider.h"
-#include "dbus/bus.h"
#include "dbus/exported_object.h"
#include "dbus/message.h"
-#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {
diff --git a/chromeos/dbus/bluetooth_device_client.cc b/chromeos/dbus/bluetooth_device_client.cc
index af27aa8..96fba62 100644
--- a/chromeos/dbus/bluetooth_device_client.cc
+++ b/chromeos/dbus/bluetooth_device_client.cc
@@ -10,7 +10,6 @@
#include "dbus/bus.h"
#include "dbus/message.h"
#include "dbus/object_manager.h"
-#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/bluetooth_input_client.cc b/chromeos/dbus/bluetooth_input_client.cc
index 376e1de..3803181 100644
--- a/chromeos/dbus/bluetooth_input_client.cc
+++ b/chromeos/dbus/bluetooth_input_client.cc
@@ -11,7 +11,6 @@
#include "dbus/bus.h"
#include "dbus/message.h"
#include "dbus/object_manager.h"
-#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/bluetooth_media_endpoint_service_provider.cc b/chromeos/dbus/bluetooth_media_endpoint_service_provider.cc
index c8a3f38..82b9742 100644
--- a/chromeos/dbus/bluetooth_media_endpoint_service_provider.cc
+++ b/chromeos/dbus/bluetooth_media_endpoint_service_provider.cc
@@ -12,9 +12,7 @@
#include "chromeos/dbus/bluetooth_media_transport_client.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.h"
-#include "dbus/bus.h"
#include "dbus/exported_object.h"
-#include "dbus/message.h"
namespace {
diff --git a/chromeos/dbus/bluetooth_profile_manager_client.cc b/chromeos/dbus/bluetooth_profile_manager_client.cc
index 9f9724d..85945bc 100644
--- a/chromeos/dbus/bluetooth_profile_manager_client.cc
+++ b/chromeos/dbus/bluetooth_profile_manager_client.cc
@@ -8,7 +8,6 @@
#include "base/logging.h"
#include "dbus/bus.h"
#include "dbus/message.h"
-#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/bluetooth_profile_service_provider.cc b/chromeos/dbus/bluetooth_profile_service_provider.cc
index 6ebb54a..c74da5d 100644
--- a/chromeos/dbus/bluetooth_profile_service_provider.cc
+++ b/chromeos/dbus/bluetooth_profile_service_provider.cc
@@ -4,7 +4,6 @@
#include "chromeos/dbus/bluetooth_profile_service_provider.h"
-#include <string>
#include "base/bind.h"
#include "base/logging.h"
@@ -12,10 +11,8 @@
#include "base/threading/platform_thread.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
-#include "dbus/bus.h"
#include "dbus/exported_object.h"
#include "dbus/message.h"
-#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {
diff --git a/chromeos/dbus/dbus_thread_manager.cc b/chromeos/dbus/dbus_thread_manager.cc
index 03c620a..62f48f1 100644
--- a/chromeos/dbus/dbus_thread_manager.cc
+++ b/chromeos/dbus/dbus_thread_manager.cc
@@ -23,7 +23,6 @@
#include "chromeos/dbus/cros_disks_client.h"
#include "chromeos/dbus/cryptohome_client.h"
#include "chromeos/dbus/dbus_client.h"
-#include "chromeos/dbus/dbus_client_bundle.h"
#include "chromeos/dbus/debug_daemon_client.h"
#include "chromeos/dbus/easy_unlock_client.h"
#include "chromeos/dbus/gsm_sms_client.h"
diff --git a/chromeos/dbus/debug_daemon_client.cc b/chromeos/dbus/debug_daemon_client.cc
index f078090..59e9840 100644
--- a/chromeos/dbus/debug_daemon_client.cc
+++ b/chromeos/dbus/debug_daemon_client.cc
@@ -11,10 +11,8 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
-#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/location.h"
-#include "base/memory/ref_counted_memory.h"
#include "base/message_loop/message_loop.h"
#include "base/posix/eintr_wrapper.h"
#include "base/strings/string_util.h"
@@ -24,7 +22,6 @@
#include "dbus/message.h"
#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
-#include "third_party/cros_system_api/dbus/service_constants.h"
namespace {
diff --git a/chromeos/dbus/fake_bluetooth_adapter_client.cc b/chromeos/dbus/fake_bluetooth_adapter_client.cc
index 7458ef1..2ac0d9f 100644
--- a/chromeos/dbus/fake_bluetooth_adapter_client.cc
+++ b/chromeos/dbus/fake_bluetooth_adapter_client.cc
@@ -4,13 +4,11 @@
#include "chromeos/dbus/fake_bluetooth_adapter_client.h"
-#include "base/bind.h"
#include "base/logging.h"
#include "base/message_loop/message_loop.h"
#include "base/time/time.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_bluetooth_device_client.h"
-#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {
diff --git a/chromeos/dbus/fake_bluetooth_agent_manager_client.cc b/chromeos/dbus/fake_bluetooth_agent_manager_client.cc
index b2bdf96..1b8decc 100644
--- a/chromeos/dbus/fake_bluetooth_agent_manager_client.cc
+++ b/chromeos/dbus/fake_bluetooth_agent_manager_client.cc
@@ -4,10 +4,8 @@
#include "chromeos/dbus/fake_bluetooth_agent_manager_client.h"
-#include "base/bind.h"
#include "base/logging.h"
#include "chromeos/dbus/fake_bluetooth_agent_service_provider.h"
-#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {
diff --git a/chromeos/dbus/fake_bluetooth_agent_service_provider.cc b/chromeos/dbus/fake_bluetooth_agent_service_provider.cc
index cd3207a..caf2988 100644
--- a/chromeos/dbus/fake_bluetooth_agent_service_provider.cc
+++ b/chromeos/dbus/fake_bluetooth_agent_service_provider.cc
@@ -6,7 +6,6 @@
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_bluetooth_agent_manager_client.h"
-#include "dbus/object_path.h"
namespace chromeos {
diff --git a/chromeos/dbus/fake_bluetooth_device_client.cc b/chromeos/dbus/fake_bluetooth_device_client.cc
index 089aa38..be41342 100644
--- a/chromeos/dbus/fake_bluetooth_device_client.cc
+++ b/chromeos/dbus/fake_bluetooth_device_client.cc
@@ -10,12 +10,9 @@
#include <sys/socket.h>
#include <algorithm>
-#include <map>
#include <string>
#include <utility>
-#include <vector>
-#include "base/bind.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop.h"
@@ -32,7 +29,6 @@
#include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
#include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
#include "dbus/file_descriptor.h"
-#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace {
diff --git a/chromeos/dbus/fake_bluetooth_input_client.cc b/chromeos/dbus/fake_bluetooth_input_client.cc
index b397d8b..d32bbef 100644
--- a/chromeos/dbus/fake_bluetooth_input_client.cc
+++ b/chromeos/dbus/fake_bluetooth_input_client.cc
@@ -12,7 +12,6 @@
#include "dbus/bus.h"
#include "dbus/message.h"
#include "dbus/object_manager.h"
-#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/fake_bluetooth_profile_manager_client.cc b/chromeos/dbus/fake_bluetooth_profile_manager_client.cc
index 2839ddd..9f24a86 100644
--- a/chromeos/dbus/fake_bluetooth_profile_manager_client.cc
+++ b/chromeos/dbus/fake_bluetooth_profile_manager_client.cc
@@ -4,16 +4,12 @@
#include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
-#include <map>
-#include <string>
-#include "base/bind.h"
#include "base/logging.h"
#include "base/message_loop/message_loop.h"
#include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
#include "dbus/bus.h"
#include "dbus/message.h"
-#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/fake_bluetooth_profile_service_provider.cc b/chromeos/dbus/fake_bluetooth_profile_service_provider.cc
index e16fa46..95467f1 100644
--- a/chromeos/dbus/fake_bluetooth_profile_service_provider.cc
+++ b/chromeos/dbus/fake_bluetooth_profile_service_provider.cc
@@ -6,7 +6,6 @@
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
-#include "dbus/object_path.h"
namespace chromeos {
diff --git a/chromeos/dbus/fake_debug_daemon_client.cc b/chromeos/dbus/fake_debug_daemon_client.cc
index 0dde3ab..d59ca93 100644
--- a/chromeos/dbus/fake_debug_daemon_client.cc
+++ b/chromeos/dbus/fake_debug_daemon_client.cc
@@ -6,7 +6,6 @@
#include <map>
#include <string>
-#include <vector>
#include "base/bind.h"
#include "base/callback.h"
diff --git a/chromeos/dbus/fake_nfc_adapter_client.cc b/chromeos/dbus/fake_nfc_adapter_client.cc
index 98171e1..58f75a7 100644
--- a/chromeos/dbus/fake_nfc_adapter_client.cc
+++ b/chromeos/dbus/fake_nfc_adapter_client.cc
@@ -8,7 +8,6 @@
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_nfc_device_client.h"
#include "chromeos/dbus/fake_nfc_tag_client.h"
-#include "chromeos/dbus/nfc_client_helpers.h"
#include "dbus/message.h"
#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/fake_nfc_device_client.cc b/chromeos/dbus/fake_nfc_device_client.cc
index cf43f08..df036c1 100644
--- a/chromeos/dbus/fake_nfc_device_client.cc
+++ b/chromeos/dbus/fake_nfc_device_client.cc
@@ -11,7 +11,6 @@
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_nfc_adapter_client.h"
#include "chromeos/dbus/fake_nfc_record_client.h"
-#include "chromeos/dbus/nfc_client_helpers.h"
#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/fake_nfc_tag_client.cc b/chromeos/dbus/fake_nfc_tag_client.cc
index 1de3efd..670d8f9 100644
--- a/chromeos/dbus/fake_nfc_tag_client.cc
+++ b/chromeos/dbus/fake_nfc_tag_client.cc
@@ -10,7 +10,6 @@
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_nfc_adapter_client.h"
#include "chromeos/dbus/fake_nfc_record_client.h"
-#include "chromeos/dbus/nfc_client_helpers.h"
#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/dbus/fake_power_manager_client.cc b/chromeos/dbus/fake_power_manager_client.cc
index d0fb18b..6c9a387 100644
--- a/chromeos/dbus/fake_power_manager_client.cc
+++ b/chromeos/dbus/fake_power_manager_client.cc
@@ -7,7 +7,6 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/time/time.h"
-#include "chromeos/dbus/power_manager/policy.pb.h"
namespace chromeos {
diff --git a/chromeos/dbus/fake_shill_profile_client.cc b/chromeos/dbus/fake_shill_profile_client.cc
index be73d1e..fb0d2fc 100644
--- a/chromeos/dbus/fake_shill_profile_client.cc
+++ b/chromeos/dbus/fake_shill_profile_client.cc
@@ -10,7 +10,6 @@
#include "base/stl_util.h"
#include "base/values.h"
#include "chromeos/dbus/dbus_thread_manager.h"
-#include "chromeos/dbus/shill_manager_client.h"
#include "chromeos/dbus/shill_property_changed_observer.h"
#include "chromeos/dbus/shill_service_client.h"
#include "dbus/bus.h"
diff --git a/chromeos/dbus/introspectable_client.cc b/chromeos/dbus/introspectable_client.cc
index 9e56a99..71508f2 100644
--- a/chromeos/dbus/introspectable_client.cc
+++ b/chromeos/dbus/introspectable_client.cc
@@ -4,14 +4,11 @@
#include "chromeos/dbus/introspectable_client.h"
-#include <string>
-#include <vector>
#include "base/bind.h"
#include "base/logging.h"
#include "dbus/bus.h"
#include "dbus/message.h"
-#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "third_party/libxml/chromium/libxml_utils.h"
diff --git a/chromeos/dbus/leadership_daemon_manager_client.cc b/chromeos/dbus/leadership_daemon_manager_client.cc
index c3fc37f..51f7765 100644
--- a/chromeos/dbus/leadership_daemon_manager_client.cc
+++ b/chromeos/dbus/leadership_daemon_manager_client.cc
@@ -5,7 +5,6 @@
#include "chromeos/dbus/leadership_daemon_manager_client.h"
#include "base/bind.h"
-#include "base/callback.h"
#include "base/logging.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
diff --git a/chromeos/dbus/lorgnette_manager_client.cc b/chromeos/dbus/lorgnette_manager_client.cc
index bdbb28b..d99f59b 100644
--- a/chromeos/dbus/lorgnette_manager_client.cc
+++ b/chromeos/dbus/lorgnette_manager_client.cc
@@ -8,9 +8,7 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
-#include "base/callback.h"
#include "base/location.h"
-#include "base/memory/ref_counted_memory.h"
#include "base/memory/scoped_ptr.h"
#include "base/task_runner_util.h"
#include "base/threading/worker_pool.h"
diff --git a/chromeos/dbus/permission_broker_client.cc b/chromeos/dbus/permission_broker_client.cc
index bd34d58..4a9e432 100644
--- a/chromeos/dbus/permission_broker_client.cc
+++ b/chromeos/dbus/permission_broker_client.cc
@@ -5,7 +5,6 @@
#include "chromeos/dbus/permission_broker_client.h"
#include "base/bind.h"
-#include "base/callback.h"
#include "base/memory/weak_ptr.h"
#include "dbus/bus.h"
#include "dbus/message.h"
diff --git a/chromeos/dbus/power_manager_client.cc b/chromeos/dbus/power_manager_client.cc
index 961ad4c..89d6113 100644
--- a/chromeos/dbus/power_manager_client.cc
+++ b/chromeos/dbus/power_manager_client.cc
@@ -7,7 +7,6 @@
#include <algorithm>
#include "base/bind.h"
-#include "base/callback.h"
#include "base/command_line.h"
#include "base/format_macros.h"
#include "base/logging.h"
@@ -19,7 +18,6 @@
#include "base/strings/string_split.h"
#include "base/strings/stringprintf.h"
#include "base/threading/platform_thread.h"
-#include "base/time/time.h"
#include "base/timer/timer.h"
#include "chromeos/chromeos_switches.h"
#include "chromeos/dbus/power_manager/input_event.pb.h"
diff --git a/chromeos/dbus/services/cros_dbus_service.cc b/chromeos/dbus/services/cros_dbus_service.cc
index bfcd405..0523c92 100644
--- a/chromeos/dbus/services/cros_dbus_service.cc
+++ b/chromeos/dbus/services/cros_dbus_service.cc
@@ -7,7 +7,6 @@
#include "base/bind.h"
#include "base/stl_util.h"
#include "base/sys_info.h"
-#include "base/threading/platform_thread.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "dbus/bus.h"
#include "dbus/exported_object.h"
diff --git a/chromeos/dbus/services/display_power_service_provider.cc b/chromeos/dbus/services/display_power_service_provider.cc
index a55a6f2..1dc1d68 100644
--- a/chromeos/dbus/services/display_power_service_provider.cc
+++ b/chromeos/dbus/services/display_power_service_provider.cc
@@ -6,7 +6,6 @@
#include "base/bind.h"
#include "dbus/message.h"
-#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {
diff --git a/chromeos/dbus/services/proxy_resolution_service_provider.cc b/chromeos/dbus/services/proxy_resolution_service_provider.cc
index fcdcf97..1f5ec44 100644
--- a/chromeos/dbus/services/proxy_resolution_service_provider.cc
+++ b/chromeos/dbus/services/proxy_resolution_service_provider.cc
@@ -8,7 +8,6 @@
#include "base/bind_helpers.h"
#include "base/thread_task_runner_handle.h"
#include "dbus/bus.h"
-#include "dbus/exported_object.h"
#include "dbus/message.h"
#include "net/base/load_flags.h"
#include "net/base/net_errors.h"
diff --git a/chromeos/dbus/services/service_provider_test_helper.cc b/chromeos/dbus/services/service_provider_test_helper.cc
index b3030ac..c4c5c65 100644
--- a/chromeos/dbus/services/service_provider_test_helper.cc
+++ b/chromeos/dbus/services/service_provider_test_helper.cc
@@ -7,8 +7,6 @@
#include "base/bind.h"
#include "dbus/message.h"
#include "dbus/mock_bus.h"
-#include "testing/gmock/include/gmock/gmock.h"
-#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
using ::testing::_;
diff --git a/chromeos/dbus/session_manager_client.cc b/chromeos/dbus/session_manager_client.cc
index 825699b..ff5f465 100644
--- a/chromeos/dbus/session_manager_client.cc
+++ b/chromeos/dbus/session_manager_client.cc
@@ -5,7 +5,6 @@
#include "chromeos/dbus/session_manager_client.h"
#include "base/bind.h"
-#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/location.h"
diff --git a/chromeos/dbus/shill_client_helper.cc b/chromeos/dbus/shill_client_helper.cc
index 8100355..c008bf0 100644
--- a/chromeos/dbus/shill_client_helper.cc
+++ b/chromeos/dbus/shill_client_helper.cc
@@ -6,7 +6,6 @@
#include "base/bind.h"
#include "base/callback_helpers.h"
-#include "base/values.h"
#include "components/device_event_log/device_event_log.h"
#include "dbus/message.h"
#include "dbus/object_proxy.h"
diff --git a/chromeos/dbus/shill_client_unittest_base.cc b/chromeos/dbus/shill_client_unittest_base.cc
index 2acfef1..184851a 100644
--- a/chromeos/dbus/shill_client_unittest_base.cc
+++ b/chromeos/dbus/shill_client_unittest_base.cc
@@ -12,7 +12,6 @@
#include "dbus/object_path.h"
#include "dbus/values_util.h"
#include "testing/gmock/include/gmock/gmock.h"
-#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
using ::testing::_;
diff --git a/chromeos/dbus/system_clock_client.cc b/chromeos/dbus/system_clock_client.cc
index 862cdc6..ac0bff3 100644
--- a/chromeos/dbus/system_clock_client.cc
+++ b/chromeos/dbus/system_clock_client.cc
@@ -5,7 +5,6 @@
#include "chromeos/dbus/system_clock_client.h"
#include "base/bind.h"
-#include "base/callback.h"
#include "base/observer_list.h"
#include "dbus/bus.h"
#include "dbus/message.h"
diff --git a/chromeos/dbus/update_engine_client.cc b/chromeos/dbus/update_engine_client.cc
index 28d5b00..31b9366c 100644
--- a/chromeos/dbus/update_engine_client.cc
+++ b/chromeos/dbus/update_engine_client.cc
@@ -7,7 +7,6 @@
#include <algorithm>
#include "base/bind.h"
-#include "base/callback.h"
#include "base/command_line.h"
#include "base/macros.h"
#include "base/message_loop/message_loop.h"
diff --git a/chromeos/disks/disk_mount_manager.cc b/chromeos/disks/disk_mount_manager.cc
index 569df7f..483e990 100644
--- a/chromeos/disks/disk_mount_manager.cc
+++ b/chromeos/disks/disk_mount_manager.cc
@@ -4,7 +4,6 @@
#include "chromeos/disks/disk_mount_manager.h"
-#include <map>
#include <set>
#include "base/bind.h"
diff --git a/chromeos/geolocation/simple_geolocation_provider.cc b/chromeos/geolocation/simple_geolocation_provider.cc
index a875360..4a57ac7 100644
--- a/chromeos/geolocation/simple_geolocation_provider.cc
+++ b/chromeos/geolocation/simple_geolocation_provider.cc
@@ -8,10 +8,8 @@
#include <iterator>
#include "base/bind.h"
-#include "base/time/time.h"
#include "chromeos/geolocation/geoposition.h"
#include "net/url_request/url_request_context_getter.h"
-#include "url/gurl.h"
namespace chromeos {
diff --git a/chromeos/geolocation/simple_geolocation_request.cc b/chromeos/geolocation/simple_geolocation_request.cc
index c2cb8c3..f572096 100644
--- a/chromeos/geolocation/simple_geolocation_request.cc
+++ b/chromeos/geolocation/simple_geolocation_request.cc
@@ -14,13 +14,11 @@
#include "base/strings/stringprintf.h"
#include "base/time/time.h"
#include "base/values.h"
-#include "chromeos/geolocation/geoposition.h"
#include "chromeos/geolocation/simple_geolocation_provider.h"
#include "google_apis/google_api_keys.h"
#include "net/base/escape.h"
#include "net/base/load_flags.h"
#include "net/http/http_status_code.h"
-#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_request_context_getter.h"
#include "net/url_request/url_request_status.h"
diff --git a/chromeos/login/auth/auth_attempt_state.cc b/chromeos/login/auth/auth_attempt_state.cc
index f4717a4..9e328be 100644
--- a/chromeos/login/auth/auth_attempt_state.cc
+++ b/chromeos/login/auth/auth_attempt_state.cc
@@ -4,10 +4,7 @@
#include "chromeos/login/auth/auth_attempt_state.h"
-#include <string>
-#include "google_apis/gaia/gaia_auth_consumer.h"
-#include "google_apis/gaia/gaia_auth_fetcher.h"
namespace chromeos {
diff --git a/chromeos/login/auth/extended_authenticator_impl.cc b/chromeos/login/auth/extended_authenticator_impl.cc
index f4c1023..0aa10e5 100644
--- a/chromeos/login/auth/extended_authenticator_impl.cc
+++ b/chromeos/login/auth/extended_authenticator_impl.cc
@@ -19,7 +19,6 @@
#include "chromeos/login_event_recorder.h"
#include "crypto/sha2.h"
#include "google_apis/gaia/gaia_auth_util.h"
-#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {
diff --git a/chromeos/login/auth/mock_url_fetchers.cc b/chromeos/login/auth/mock_url_fetchers.cc
index a794426..744631f 100644
--- a/chromeos/login/auth/mock_url_fetchers.cc
+++ b/chromeos/login/auth/mock_url_fetchers.cc
@@ -7,14 +7,11 @@
#include <errno.h>
#include "base/bind.h"
-#include "base/message_loop/message_loop.h"
#include "base/strings/stringprintf.h"
#include "net/http/http_status_code.h"
#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_fetcher_delegate.h"
-#include "net/url_request/url_request_status.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "url/gurl.h"
namespace chromeos {
diff --git a/chromeos/login/auth/online_attempt.cc b/chromeos/login/auth/online_attempt.cc
index 6d950a4..c45d589 100644
--- a/chromeos/login/auth/online_attempt.cc
+++ b/chromeos/login/auth/online_attempt.cc
@@ -4,20 +4,16 @@
#include "chromeos/login/auth/online_attempt.h"
-#include <string>
#include "base/bind.h"
#include "base/location.h"
#include "base/logging.h"
-#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop_proxy.h"
#include "chromeos/login/auth/auth_attempt_state.h"
#include "chromeos/login/auth/auth_attempt_state_resolver.h"
#include "chromeos/login/auth/key.h"
#include "chromeos/login/auth/user_context.h"
#include "components/user_manager/user_type.h"
-#include "google_apis/gaia/gaia_auth_consumer.h"
#include "google_apis/gaia/gaia_auth_fetcher.h"
#include "google_apis/gaia/gaia_constants.h"
#include "net/base/load_flags.h"
diff --git a/chromeos/login/auth/online_attempt_host.cc b/chromeos/login/auth/online_attempt_host.cc
index 6b742f8..d6f58f3 100644
--- a/chromeos/login/auth/online_attempt_host.cc
+++ b/chromeos/login/auth/online_attempt_host.cc
@@ -9,7 +9,6 @@
#include "base/message_loop/message_loop_proxy.h"
#include "chromeos/login/auth/auth_attempt_state.h"
#include "chromeos/login/auth/online_attempt.h"
-#include "chromeos/login/auth/user_context.h"
#include "components/user_manager/user_type.h"
namespace chromeos {
diff --git a/chromeos/login/auth/test_attempt_state.cc b/chromeos/login/auth/test_attempt_state.cc
index a2ff719..94004f5 100644
--- a/chromeos/login/auth/test_attempt_state.cc
+++ b/chromeos/login/auth/test_attempt_state.cc
@@ -5,7 +5,6 @@
#include "chromeos/login/auth/test_attempt_state.h"
#include "components/user_manager/user_type.h"
-#include "google_apis/gaia/gaia_auth_consumer.h"
namespace chromeos {
diff --git a/chromeos/network/auto_connect_handler.cc b/chromeos/network/auto_connect_handler.cc
index 9a84673..9715cd1 100644
--- a/chromeos/network/auto_connect_handler.cc
+++ b/chromeos/network/auto_connect_handler.cc
@@ -4,7 +4,6 @@
#include "chromeos/network/auto_connect_handler.h"
-#include <string>
#include "base/bind.h"
#include "base/bind_helpers.h"
diff --git a/chromeos/network/client_cert_resolver.cc b/chromeos/network/client_cert_resolver.cc
index ed1de01..e5e4dd9 100644
--- a/chromeos/network/client_cert_resolver.cc
+++ b/chromeos/network/client_cert_resolver.cc
@@ -9,7 +9,6 @@
#include <pk11pub.h>
#include <algorithm>
-#include <string>
#include "base/bind.h"
#include "base/location.h"
@@ -17,7 +16,6 @@
#include "base/stl_util.h"
#include "base/task_runner.h"
#include "base/threading/worker_pool.h"
-#include "chromeos/cert_loader.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/shill_service_client.h"
#include "chromeos/network/managed_network_configuration_handler.h"
diff --git a/chromeos/network/client_cert_util.cc b/chromeos/network/client_cert_util.cc
index 8f00865..1f810f0 100644
--- a/chromeos/network/client_cert_util.cc
+++ b/chromeos/network/client_cert_util.cc
@@ -8,13 +8,10 @@
#include <pk11pub.h>
#include <list>
-#include <string>
-#include <vector>
#include "base/strings/string_number_conversions.h"
#include "base/strings/stringprintf.h"
#include "base/values.h"
-#include "chromeos/network/certificate_pattern.h"
#include "chromeos/network/network_event_log.h"
#include "components/onc/onc_constants.h"
#include "net/base/net_errors.h"
diff --git a/chromeos/network/device_state.cc b/chromeos/network/device_state.cc
index 41b74c0..a59d4cd 100644
--- a/chromeos/network/device_state.cc
+++ b/chromeos/network/device_state.cc
@@ -7,7 +7,6 @@
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "base/strings/stringprintf.h"
-#include "base/values.h"
#include "chromeos/network/network_event_log.h"
#include "chromeos/network/shill_property_util.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/network/managed_network_configuration_handler_impl.cc b/chromeos/network/managed_network_configuration_handler_impl.cc
index 1cd4573..9411f4b 100644
--- a/chromeos/network/managed_network_configuration_handler_impl.cc
+++ b/chromeos/network/managed_network_configuration_handler_impl.cc
@@ -4,7 +4,6 @@
#include "chromeos/network/managed_network_configuration_handler_impl.h"
-#include <set>
#include <vector>
#include "base/bind.h"
diff --git a/chromeos/network/network_change_notifier_chromeos.cc b/chromeos/network/network_change_notifier_chromeos.cc
index 1bdcba5..8be92f7 100644
--- a/chromeos/network/network_change_notifier_chromeos.cc
+++ b/chromeos/network/network_change_notifier_chromeos.cc
@@ -13,7 +13,6 @@
#include "chromeos/network/network_event_log.h"
#include "chromeos/network/network_state.h"
#include "chromeos/network/network_state_handler.h"
-#include "net/base/network_change_notifier.h"
#include "net/dns/dns_config_service_posix.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
diff --git a/chromeos/network/network_configuration_handler.cc b/chromeos/network/network_configuration_handler.cc
index e6bc8db..bb806a5 100644
--- a/chromeos/network/network_configuration_handler.cc
+++ b/chromeos/network/network_configuration_handler.cc
@@ -4,8 +4,6 @@
#include "chromeos/network/network_configuration_handler.h"
-#include <string>
-#include <vector>
#include "base/bind.h"
#include "base/format_macros.h"
@@ -13,7 +11,6 @@
#include "base/json/json_writer.h"
#include "base/logging.h"
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
#include "base/stl_util.h"
#include "base/strings/stringprintf.h"
#include "base/values.h"
diff --git a/chromeos/network/network_connection_handler.cc b/chromeos/network/network_connection_handler.cc
index 21d23be..4cae62c 100644
--- a/chromeos/network/network_connection_handler.cc
+++ b/chromeos/network/network_connection_handler.cc
@@ -9,7 +9,6 @@
#include "base/location.h"
#include "base/message_loop/message_loop_proxy.h"
#include "base/strings/string_number_conversions.h"
-#include "chromeos/cert_loader.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/shill_manager_client.h"
#include "chromeos/dbus/shill_service_client.h"
@@ -19,7 +18,6 @@
#include "chromeos/network/managed_network_configuration_handler.h"
#include "chromeos/network/network_configuration_handler.h"
#include "chromeos/network/network_event_log.h"
-#include "chromeos/network/network_handler_callbacks.h"
#include "chromeos/network/network_profile_handler.h"
#include "chromeos/network/network_state.h"
#include "chromeos/network/network_state_handler.h"
diff --git a/chromeos/network/network_device_handler_impl.cc b/chromeos/network/network_device_handler_impl.cc
index 8755b56..3e8c629 100644
--- a/chromeos/network/network_device_handler_impl.cc
+++ b/chromeos/network/network_device_handler_impl.cc
@@ -14,7 +14,6 @@
#include "chromeos/dbus/shill_device_client.h"
#include "chromeos/dbus/shill_ipconfig_client.h"
#include "chromeos/network/device_state.h"
-#include "chromeos/network/network_handler_callbacks.h"
#include "chromeos/network/network_state_handler.h"
#include "components/device_event_log/device_event_log.h"
#include "dbus/object_path.h"
diff --git a/chromeos/network/network_sms_handler.cc b/chromeos/network/network_sms_handler.cc
index 87c152a..9c95c7b 100644
--- a/chromeos/network/network_sms_handler.cc
+++ b/chromeos/network/network_sms_handler.cc
@@ -6,7 +6,6 @@
#include <algorithm>
#include <deque>
-#include <string>
#include <vector>
#include "base/bind.h"
diff --git a/chromeos/network/network_state_handler.cc b/chromeos/network/network_state_handler.cc
index c5b77fc..a3aca7c 100644
--- a/chromeos/network/network_state_handler.cc
+++ b/chromeos/network/network_state_handler.cc
@@ -17,11 +17,9 @@
#include "base/strings/stringprintf.h"
#include "base/values.h"
#include "chromeos/network/device_state.h"
-#include "chromeos/network/managed_state.h"
#include "chromeos/network/network_event_log.h"
#include "chromeos/network/network_state.h"
#include "chromeos/network/network_state_handler_observer.h"
-#include "chromeos/network/shill_property_handler.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {
diff --git a/chromeos/network/network_ui_data.cc b/chromeos/network/network_ui_data.cc
index 2a59271..614dc40 100644
--- a/chromeos/network/network_ui_data.cc
+++ b/chromeos/network/network_ui_data.cc
@@ -6,7 +6,6 @@
#include "base/logging.h"
#include "base/values.h"
-#include "components/onc/onc_constants.h"
namespace chromeos {
diff --git a/chromeos/network/onc/onc_certificate_importer_impl.cc b/chromeos/network/onc/onc_certificate_importer_impl.cc
index 6403fb4..7f57161 100644
--- a/chromeos/network/onc/onc_certificate_importer_impl.cc
+++ b/chromeos/network/onc/onc_certificate_importer_impl.cc
@@ -20,7 +20,6 @@
#include "base/values.h"
#include "chromeos/network/network_event_log.h"
#include "chromeos/network/onc/onc_utils.h"
-#include "components/onc/onc_constants.h"
#include "crypto/scoped_nss_types.h"
#include "net/base/crypto_module.h"
#include "net/base/net_errors.h"
diff --git a/chromeos/network/onc/onc_validator.cc b/chromeos/network/onc/onc_validator.cc
index d9c6263..43998a2 100644
--- a/chromeos/network/onc/onc_validator.cc
+++ b/chromeos/network/onc/onc_validator.cc
@@ -5,7 +5,6 @@
#include "chromeos/network/onc/onc_validator.h"
#include <algorithm>
-#include <string>
#include "base/json/json_writer.h"
#include "base/logging.h"
@@ -13,7 +12,6 @@
#include "base/strings/string_util.h"
#include "base/values.h"
#include "chromeos/network/onc/onc_signature.h"
-#include "components/onc/onc_constants.h"
namespace chromeos {
namespace onc {
diff --git a/chromeos/network/policy_applicator.cc b/chromeos/network/policy_applicator.cc
index 334c106..53ff817 100644
--- a/chromeos/network/policy_applicator.cc
+++ b/chromeos/network/policy_applicator.cc
@@ -11,7 +11,6 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/stl_util.h"
-#include "base/values.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/shill_profile_client.h"
#include "chromeos/network/network_type_pattern.h"
diff --git a/chromeos/process_proxy/process_proxy.cc b/chromeos/process_proxy/process_proxy.cc
index 8a97acb..8ce37ef 100644
--- a/chromeos/process_proxy/process_proxy.cc
+++ b/chromeos/process_proxy/process_proxy.cc
@@ -4,7 +4,6 @@
#include "chromeos/process_proxy/process_proxy.h"
-#include <fcntl.h>
#include <stdlib.h>
#include <sys/ioctl.h>
@@ -16,7 +15,6 @@
#include "base/process/kill.h"
#include "base/process/launch.h"
#include "base/threading/thread.h"
-#include "chromeos/process_proxy/process_output_watcher.h"
#include "third_party/cros_system_api/switches/chrome_switches.h"
namespace {
diff --git a/chromeos/settings/timezone_settings.cc b/chromeos/settings/timezone_settings.cc
index 08704b8..99539ae 100644
--- a/chromeos/settings/timezone_settings.cc
+++ b/chromeos/settings/timezone_settings.cc
@@ -20,7 +20,6 @@
#include "base/sys_info.h"
#include "base/task_runner.h"
#include "base/threading/worker_pool.h"
-#include "third_party/icu/source/i18n/unicode/timezone.h"
namespace {
diff --git a/chromeos/timezone/timezone_provider.cc b/chromeos/timezone/timezone_provider.cc
index 89c1548..c9646c6 100644
--- a/chromeos/timezone/timezone_provider.cc
+++ b/chromeos/timezone/timezone_provider.cc
@@ -9,10 +9,8 @@
#include "base/bind.h"
#include "base/logging.h"
-#include "base/time/time.h"
#include "chromeos/geolocation/geoposition.h"
#include "net/url_request/url_request_context_getter.h"
-#include "url/gurl.h"
namespace chromeos {
diff --git a/chromeos/timezone/timezone_request.cc b/chromeos/timezone/timezone_request.cc
index 22d2bc6..c530e46 100644
--- a/chromeos/timezone/timezone_request.cc
+++ b/chromeos/timezone/timezone_request.cc
@@ -13,12 +13,10 @@
#include "base/strings/stringprintf.h"
#include "base/time/time.h"
#include "base/values.h"
-#include "chromeos/geolocation/geoposition.h"
#include "google_apis/google_api_keys.h"
#include "net/base/escape.h"
#include "net/base/load_flags.h"
#include "net/http/http_status_code.h"
-#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_request_context_getter.h"
#include "net/url_request/url_request_status.h"
diff --git a/chromeos/timezone/timezone_resolver.cc b/chromeos/timezone/timezone_resolver.cc
index 72c3976..be73382 100644
--- a/chromeos/timezone/timezone_resolver.cc
+++ b/chromeos/timezone/timezone_resolver.cc
@@ -9,7 +9,6 @@
#include <algorithm>
#include "base/bind.h"
-#include "base/callback.h"
#include "base/callback_helpers.h"
#include "base/logging.h"
#include "base/power_monitor/power_monitor.h"
@@ -22,8 +21,6 @@
#include "chromeos/geolocation/geoposition.h"
#include "chromeos/geolocation/simple_geolocation_provider.h"
#include "chromeos/timezone/timezone_provider.h"
-#include "net/url_request/url_request_context_getter.h"
-#include "url/gurl.h"
namespace chromeos {