diff options
author | eroman <eroman@chromium.org> | 2015-04-02 10:23:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-02 17:24:10 +0000 |
commit | 58e913aa2a031aab0d082d3380c49e1b5881eba4 (patch) | |
tree | 10073cf6d01bba9ca2020e24c7da9c1b00c564d7 | |
parent | 641f1a744de0734fc5299abbf72b726967f24d55 (diff) | |
download | chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.zip chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.tar.gz chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.tar.bz2 |
Update remaining code to include NetLog files from net/log directory rather than net/base.
(Some files in net/base got moved to net/log)
BUG=434856
TBR=armansito@chromium.org,jam@chromium.org
Review URL: https://codereview.chromium.org/1050923005
Cr-Commit-Position: refs/heads/master@{#323525}
61 files changed, 63 insertions, 110 deletions
diff --git a/android_webview/browser/net/aw_url_request_context_getter.cc b/android_webview/browser/net/aw_url_request_context_getter.cc index 0d9c5fd..421ac51 100644 --- a/android_webview/browser/net/aw_url_request_context_getter.cc +++ b/android_webview/browser/net/aw_url_request_context_getter.cc @@ -28,18 +28,18 @@ #include "content/public/common/content_switches.h" #include "content/public/common/url_constants.h" #include "net/base/cache_type.h" -#include "net/base/net_log.h" #include "net/cookies/cookie_store.h" #include "net/dns/mapped_host_resolver.h" #include "net/http/http_cache.h" #include "net/http/http_stream_factory.h" +#include "net/log/net_log.h" #include "net/proxy/proxy_service.h" #include "net/socket/next_proto.h" #include "net/ssl/channel_id_service.h" #include "net/url_request/data_protocol_handler.h" #include "net/url_request/file_protocol_handler.h" -#include "net/url_request/url_request_context_builder.h" #include "net/url_request/url_request_context.h" +#include "net/url_request/url_request_context_builder.h" #include "net/url_request/url_request_intercepting_job_factory.h" #include "net/url_request/url_request_interceptor.h" diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc b/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc index 61757b5..4d6bff1 100644 --- a/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc +++ b/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc @@ -15,13 +15,13 @@ #include "content/public/test/test_browser_thread_bundle.h" #include "crypto/nss_util_internal.h" #include "crypto/scoped_test_nss_chromeos_user.h" -#include "net/base/net_log.h" #include "net/base/test_completion_callback.h" #include "net/base/test_data_directory.h" #include "net/cert/cert_trust_anchor_provider.h" #include "net/cert/cert_verify_result.h" #include "net/cert/nss_cert_database_chromeos.h" #include "net/cert/x509_certificate.h" +#include "net/log/net_log.h" #include "net/test/cert_test_util.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/browser/extensions/api/dial/dial_service.h b/chrome/browser/extensions/api/dial/dial_service.h index 6816624..e337ca7 100644 --- a/chrome/browser/extensions/api/dial/dial_service.h +++ b/chrome/browser/extensions/api/dial/dial_service.h @@ -14,7 +14,7 @@ #include "base/observer_list.h" #include "base/threading/thread_checker.h" #include "base/timer/timer.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/udp/udp_socket.h" namespace net { diff --git a/chrome/browser/extensions/api/dial/dial_service_unittest.cc b/chrome/browser/extensions/api/dial/dial_service_unittest.cc index d83576b..107a43f 100644 --- a/chrome/browser/extensions/api/dial/dial_service_unittest.cc +++ b/chrome/browser/extensions/api/dial/dial_service_unittest.cc @@ -7,8 +7,8 @@ #include "base/message_loop/message_loop.h" #include "chrome/browser/extensions/api/dial/dial_device_data.h" #include "chrome/browser/extensions/api/dial/dial_service.h" -#include "net/base/capturing_net_log.h" #include "net/base/ip_endpoint.h" +#include "net/log/capturing_net_log.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/browser/extensions/api/log_private/log_private_api.h b/chrome/browser/extensions/api/log_private/log_private_api.h index a3314a0..efc1889 100644 --- a/chrome/browser/extensions/api/log_private/log_private_api.h +++ b/chrome/browser/extensions/api/log_private/log_private_api.h @@ -19,8 +19,8 @@ #include "extensions/browser/api/api_resource_manager.h" #include "extensions/browser/browser_context_keyed_api_factory.h" #include "extensions/browser/extension_registry_observer.h" -#include "net/base/net_log.h" -#include "net/base/net_log_logger.h" +#include "net/log/net_log.h" +#include "net/log/net_log_logger.h" class IOThread; diff --git a/chrome/browser/extensions/api/web_request/web_request_api_unittest.cc b/chrome/browser/extensions/api/web_request/web_request_api_unittest.cc index 0600e9f..ffaf046 100644 --- a/chrome/browser/extensions/api/web_request/web_request_api_unittest.cc +++ b/chrome/browser/extensions/api/web_request/web_request_api_unittest.cc @@ -39,13 +39,13 @@ #include "extensions/common/extension_messages.h" #include "extensions/common/features/feature.h" #include "net/base/auth.h" -#include "net/base/capturing_net_log.h" #include "net/base/elements_upload_data_stream.h" #include "net/base/net_util.h" #include "net/base/request_priority.h" #include "net/base/upload_bytes_element_reader.h" #include "net/base/upload_file_element_reader.h" #include "net/dns/mock_host_resolver.h" +#include "net/log/capturing_net_log.h" #include "net/url_request/url_request_job_factory_impl.h" #include "net/url_request/url_request_test_util.h" #include "testing/gtest/include/gtest/gtest-message.h" diff --git a/chrome/browser/local_discovery/privet_traffic_detector.cc b/chrome/browser/local_discovery/privet_traffic_detector.cc index 62f8cd8..c200125 100644 --- a/chrome/browser/local_discovery/privet_traffic_detector.cc +++ b/chrome/browser/local_discovery/privet_traffic_detector.cc @@ -8,10 +8,10 @@ #include "base/sys_byteorder.h" #include "net/base/dns_util.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" #include "net/dns/dns_protocol.h" #include "net/dns/dns_response.h" #include "net/dns/mdns_client.h" +#include "net/log/net_log.h" #include "net/udp/datagram_server_socket.h" #include "net/udp/udp_server_socket.h" diff --git a/chrome/browser/safe_browsing/safe_browsing_test.cc b/chrome/browser/safe_browsing/safe_browsing_test.cc index 03db447..4e1eb4f 100644 --- a/chrome/browser/safe_browsing/safe_browsing_test.cc +++ b/chrome/browser/safe_browsing/safe_browsing_test.cc @@ -44,8 +44,8 @@ #include "content/public/test/test_browser_thread.h" #include "content/public/test/test_utils.h" #include "net/base/load_flags.h" -#include "net/base/net_log.h" #include "net/dns/host_resolver.h" +#include "net/log/net_log.h" #include "net/test/python_utils.h" #include "net/url_request/url_fetcher.h" #include "net/url_request/url_fetcher_delegate.h" diff --git a/chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc b/chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc index 96ad578..76f11a9 100644 --- a/chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc +++ b/chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc @@ -31,13 +31,13 @@ #include "content/public/browser/web_ui_message_handler.h" #include "net/base/address_list.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" -#include "net/base/net_log_logger.h" #include "net/dns/host_cache.h" #include "net/dns/host_resolver.h" #include "net/dns/mock_host_resolver.h" #include "net/http/http_network_session.h" #include "net/http/http_transaction_factory.h" +#include "net/log/net_log.h" +#include "net/log/net_log_logger.h" #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_getter.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/test/chromedriver/net/port_server.cc b/chrome/test/chromedriver/net/port_server.cc index d517365..32bb444 100644 --- a/chrome/test/chromedriver/net/port_server.cc +++ b/chrome/test/chromedriver/net/port_server.cc @@ -13,9 +13,9 @@ #include "base/sync_socket.h" #include "chrome/test/chromedriver/chrome/status.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" #include "net/base/net_util.h" #include "net/base/sys_addrinfo.h" +#include "net/log/net_log.h" #include "net/socket/tcp_server_socket.h" #if defined(OS_LINUX) diff --git a/components/cronet/android/cronet_url_request_context_adapter.cc b/components/cronet/android/cronet_url_request_context_adapter.cc index 1168f68..ef4e9f5c 100644 --- a/components/cronet/android/cronet_url_request_context_adapter.cc +++ b/components/cronet/android/cronet_url_request_context_adapter.cc @@ -16,9 +16,9 @@ #include "jni/CronetUrlRequestContext_jni.h" #include "net/base/load_flags.h" #include "net/base/net_errors.h" -#include "net/base/net_log_logger.h" #include "net/base/network_delegate_impl.h" #include "net/http/http_auth_handler_factory.h" +#include "net/log/net_log_logger.h" #include "net/proxy/proxy_service.h" #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_builder.h" diff --git a/components/cronet/android/url_request_context_adapter.cc b/components/cronet/android/url_request_context_adapter.cc index ebec623..611286c 100644 --- a/components/cronet/android/url_request_context_adapter.cc +++ b/components/cronet/android/url_request_context_adapter.cc @@ -14,7 +14,6 @@ #include "components/cronet/url_request_context_config.h" #include "net/android/network_change_notifier_factory_android.h" #include "net/base/net_errors.h" -#include "net/base/net_log_logger.h" #include "net/base/net_util.h" #include "net/base/network_change_notifier.h" #include "net/base/network_delegate_impl.h" @@ -22,6 +21,7 @@ #include "net/http/http_auth_handler_factory.h" #include "net/http/http_network_layer.h" #include "net/http/http_server_properties.h" +#include "net/log/net_log_logger.h" #include "net/proxy/proxy_service.h" #include "net/ssl/ssl_config_service_defaults.h" #include "net/url_request/static_http_user_agent_settings.h" diff --git a/components/cronet/android/url_request_context_adapter.h b/components/cronet/android/url_request_context_adapter.h index c479621..bc741f1 100644 --- a/components/cronet/android/url_request_context_adapter.h +++ b/components/cronet/android/url_request_context_adapter.h @@ -15,7 +15,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/threading/thread.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_getter.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc index be17175..e306662 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc @@ -25,11 +25,11 @@ #include "net/base/host_port_pair.h" #include "net/base/load_flags.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" #include "net/base/request_priority.h" #include "net/dns/mock_host_resolver.h" #include "net/http/http_response_headers.h" #include "net/http/http_util.h" +#include "net/log/net_log.h" #include "net/socket/socket_test_util.h" #include "net/url_request/url_request.h" #include "net/url_request/url_request_context_getter.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h index 69098b7..61305e5 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h @@ -11,9 +11,9 @@ #include "base/memory/scoped_ptr.h" #include "base/threading/thread_checker.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" #include "net/base/net_util.h" #include "net/base/network_change_notifier.h" +#include "net/log/net_log.h" #include "net/proxy/proxy_config.h" #include "net/proxy/proxy_retry_info.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc index 449342b..44746c1 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc @@ -13,7 +13,7 @@ #include "components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h" -#include "net/base/capturing_net_log.h" +#include "net/log/capturing_net_log.h" #include "net/proxy/proxy_server.h" #include "net/url_request/test_url_fetcher_factory.h" #include "net/url_request/url_request_test_util.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unittest.cc index fce83fbe..b821a25 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unittest.cc +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unittest.cc @@ -10,7 +10,7 @@ #include "base/test/test_simple_task_runner.h" #include "base/values.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h" -#include "net/base/capturing_net_log.h" +#include "net/log/capturing_net_log.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc index 10b91ed..c257d67 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc @@ -21,10 +21,10 @@ #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h" -#include "net/base/capturing_net_log.h" #include "net/base/net_errors.h" #include "net/base/request_priority.h" #include "net/http/http_response_headers.h" +#include "net/log/capturing_net_log.h" #include "net/proxy/proxy_server.h" #include "net/socket/socket_test_util.h" #include "net/test/embedded_test_server/embedded_test_server.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc index accd013..bfbe85e 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc @@ -23,7 +23,7 @@ #include "components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" namespace data_reduction_proxy { diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc index 70669c7..f0438b0 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc @@ -14,7 +14,7 @@ #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h" #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/url_request/url_request_interceptor.h" #include "net/url_request/url_request_test_util.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc index 4d372e8..6fe2b60 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc @@ -20,7 +20,7 @@ #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h" #include "net/base/load_flags.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/proxy/proxy_server.h" #include "net/proxy/proxy_service.h" #include "net/socket/socket_test_util.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc index 8ca2474..dcf65cd 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc @@ -20,11 +20,11 @@ #include "components/data_reduction_proxy/core/common/data_reduction_proxy_headers_test_utils.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h" -#include "net/base/capturing_net_log.h" #include "net/base/host_port_pair.h" #include "net/base/load_flags.h" -#include "net/base/net_log.h" #include "net/http/http_response_headers.h" +#include "net/log/capturing_net_log.h" +#include "net/log/net_log.h" #include "net/proxy/proxy_config.h" #include "net/proxy/proxy_server.h" #include "net/url_request/url_request.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h index 5361154..5c6eef6 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h @@ -11,8 +11,8 @@ #include "base/memory/scoped_ptr.h" #include "base/prefs/testing_pref_service.h" #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h" -#include "net/base/capturing_net_log.h" #include "net/base/net_util.h" +#include "net/log/capturing_net_log.h" #include "net/url_request/test_url_fetcher_factory.h" #include "net/url_request/url_request_test_util.h" #include "testing/gmock/include/gmock/gmock.h" diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h index d0012ff..105ac2a 100644 --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h @@ -19,7 +19,7 @@ #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h" #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h" #include "net/base/backoff_entry.h" -#include "net/base/capturing_net_log.h" +#include "net/log/capturing_net_log.h" #include "testing/gmock/include/gmock/gmock.h" class TestingPrefServiceSimple; diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc index c04a203..ef12af5 100644 --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc @@ -15,7 +15,7 @@ #include "base/time/time.h" #include "base/values.h" #include "net/base/host_port_pair.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/proxy/proxy_server.h" #include "url/gurl.h" diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h index 9691220..ff3e3ea 100644 --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h @@ -14,7 +14,7 @@ #include "base/memory/scoped_ptr.h" #include "base/values.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" class GURL; diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc index 4d14738..a02d92a 100644 --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc @@ -10,8 +10,8 @@ #include "base/strings/string_number_conversions.h" #include "base/test/test_simple_task_runner.h" #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h" -#include "net/base/capturing_net_log.h" -#include "net/base/net_log.h" +#include "net/log/capturing_net_log.h" +#include "net/log/net_log.h" #include "testing/gtest/include/gtest/gtest.h" namespace data_reduction_proxy { diff --git a/components/gcm_driver/gcm_client_impl.h b/components/gcm_driver/gcm_client_impl.h index 801a225..65b04a6 100644 --- a/components/gcm_driver/gcm_client_impl.h +++ b/components/gcm_driver/gcm_client_impl.h @@ -24,7 +24,7 @@ #include "google_apis/gcm/engine/unregistration_request.h" #include "google_apis/gcm/protocol/android_checkin.pb.h" #include "google_apis/gcm/protocol/checkin.pb.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/url_request/url_request_context_getter.h" class GURL; diff --git a/content/browser/appcache/appcache_url_request_job.cc b/content/browser/appcache/appcache_url_request_job.cc index e253f4a..fc628c8 100644 --- a/content/browser/appcache/appcache_url_request_job.cc +++ b/content/browser/appcache/appcache_url_request_job.cc @@ -21,10 +21,10 @@ #include "content/browser/appcache/appcache_service_impl.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" #include "net/http/http_request_headers.h" #include "net/http/http_response_headers.h" #include "net/http/http_util.h" +#include "net/log/net_log.h" #include "net/url_request/url_request.h" #include "net/url_request/url_request_status.h" diff --git a/content/browser/devtools/devtools_netlog_observer.h b/content/browser/devtools/devtools_netlog_observer.h index 2155f06..da58589 100644 --- a/content/browser/devtools/devtools_netlog_observer.h +++ b/content/browser/devtools/devtools_netlog_observer.h @@ -8,7 +8,7 @@ #include "base/containers/hash_tables.h" #include "base/memory/ref_counted.h" #include "content/public/common/resource_devtools_info.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" namespace net { class URLRequest; diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h index 037aecc..9016755 100644 --- a/content/browser/download/base_file.h +++ b/content/browser/download/base_file.h @@ -18,7 +18,7 @@ #include "content/public/browser/download_interrupt_reasons.h" #include "crypto/sha2.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "url/gurl.h" namespace crypto { diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h index cbf8711..7bf03ab 100644 --- a/content/browser/download/download_create_info.h +++ b/content/browser/download/download_create_info.h @@ -15,7 +15,7 @@ #include "content/browser/download/download_request_handle.h" #include "content/common/content_export.h" #include "content/public/browser/download_save_info.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "ui/base/page_transition_types.h" #include "url/gurl.h" diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h index 9ff3f85..8d192c2 100644 --- a/content/browser/download/download_file_impl.h +++ b/content/browser/download/download_file_impl.h @@ -16,7 +16,7 @@ #include "content/browser/download/base_file.h" #include "content/browser/download/rate_estimator.h" #include "content/public/browser/download_save_info.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" namespace content { class ByteStreamReader; diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h index b6394f7..50b3dbd 100644 --- a/content/browser/download/download_item_impl.h +++ b/content/browser/download/download_item_impl.h @@ -20,7 +20,7 @@ #include "content/public/browser/download_destination_observer.h" #include "content/public/browser/download_interrupt_reasons.h" #include "content/public/browser/download_item.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "url/gurl.h" namespace content { diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc index 8b8fb7d..52adff4 100644 --- a/content/browser/download/download_manager_impl_unittest.cc +++ b/content/browser/download/download_manager_impl_unittest.cc @@ -32,8 +32,8 @@ #include "content/public/test/mock_download_item.h" #include "content/public/test/test_browser_context.h" #include "content/public/test/test_browser_thread.h" -#include "net/base/net_log.h" #include "net/base/net_util.h" +#include "net/log/net_log.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock_mutant.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/content/browser/download/download_net_log_parameters.h b/content/browser/download/download_net_log_parameters.h index 1c12b8d..6d027cf 100644 --- a/content/browser/download/download_net_log_parameters.h +++ b/content/browser/download/download_net_log_parameters.h @@ -9,7 +9,7 @@ #include "content/public/browser/download_item.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" class GURL; diff --git a/content/browser/loader/async_resource_handler.cc b/content/browser/loader/async_resource_handler.cc index 364d11f..f0268e7 100644 --- a/content/browser/loader/async_resource_handler.cc +++ b/content/browser/loader/async_resource_handler.cc @@ -28,8 +28,8 @@ #include "content/public/common/resource_response.h" #include "net/base/io_buffer.h" #include "net/base/load_flags.h" -#include "net/base/net_log.h" #include "net/base/net_util.h" +#include "net/log/net_log.h" #include "net/url_request/redirect_info.h" using base::TimeTicks; diff --git a/content/browser/media/media_internals_proxy.h b/content/browser/media/media_internals_proxy.h index c2672f0..af6740c 100644 --- a/content/browser/media/media_internals_proxy.h +++ b/content/browser/media/media_internals_proxy.h @@ -11,7 +11,7 @@ #include "content/public/browser/browser_thread.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" namespace base { class ListValue; diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc index 3a2a5ea..04a097e 100644 --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc @@ -13,9 +13,9 @@ #include "net/base/address_list.h" #include "net/base/completion_callback.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" #include "net/base/sys_addrinfo.h" #include "net/dns/single_request_host_resolver.h" +#include "net/log/net_log.h" #include "net/url_request/url_request_context_getter.h" using content::BrowserMessageFilter; diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h index d51ebe9..74cb77d 100644 --- a/content/public/browser/download_manager.h +++ b/content/public/browser/download_manager.h @@ -40,7 +40,7 @@ #include "content/public/browser/download_item.h" #include "content/public/browser/download_url_parameters.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" class GURL; diff --git a/content/shell/browser/shell_net_log.cc b/content/shell/browser/shell_net_log.cc index 698b4b7..a71f19a 100644 --- a/content/shell/browser/shell_net_log.cc +++ b/content/shell/browser/shell_net_log.cc @@ -11,8 +11,8 @@ #include "base/files/scoped_file.h" #include "base/values.h" #include "content/public/common/content_switches.h" -#include "net/base/net_log_logger.h" -#include "net/base/net_log_util.h" +#include "net/log/net_log_logger.h" +#include "net/log/net_log_util.h" namespace content { diff --git a/content/shell/browser/shell_net_log.h b/content/shell/browser/shell_net_log.h index 456622a..d7e8cf4 100644 --- a/content/shell/browser/shell_net_log.h +++ b/content/shell/browser/shell_net_log.h @@ -8,7 +8,7 @@ #include <string> #include "base/memory/scoped_ptr.h" -#include "net/base/net_log_logger.h" +#include "net/log/net_log_logger.h" namespace content { diff --git a/device/bluetooth/DEPS b/device/bluetooth/DEPS index bd16359..09f8af9 100644 --- a/device/bluetooth/DEPS +++ b/device/bluetooth/DEPS @@ -3,6 +3,7 @@ include_rules = [ "+dbus", "+grit", "+net/base", + "+net/log", "+net/socket", "+ui/base/l10n", "+third_party/cros_system_api/dbus", diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h index 8d76adf..f1abf31 100644 --- a/device/bluetooth/bluetooth_device.h +++ b/device/bluetooth/bluetooth_device.h @@ -15,7 +15,7 @@ #include "base/strings/string16.h" #include "device/bluetooth/bluetooth_export.h" #include "device/bluetooth/bluetooth_uuid.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" namespace base { class BinaryValue; diff --git a/device/bluetooth/bluetooth_socket_net.cc b/device/bluetooth/bluetooth_socket_net.cc index eb3776c..b042863 100644 --- a/device/bluetooth/bluetooth_socket_net.cc +++ b/device/bluetooth/bluetooth_socket_net.cc @@ -18,7 +18,7 @@ #include "device/bluetooth/bluetooth_socket_thread.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" namespace { diff --git a/extensions/browser/api/cast_channel/cast_channel_apitest.cc b/extensions/browser/api/cast_channel/cast_channel_apitest.cc index 41b3c5b..4452fcb 100644 --- a/extensions/browser/api/cast_channel/cast_channel_apitest.cc +++ b/extensions/browser/api/cast_channel/cast_channel_apitest.cc @@ -21,9 +21,9 @@ #include "extensions/common/test_util.h" #include "extensions/test/extension_test_message_listener.h" #include "extensions/test/result_catcher.h" -#include "net/base/capturing_net_log.h" #include "net/base/completion_callback.h" #include "net/base/net_errors.h" +#include "net/log/capturing_net_log.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock_mutant.h" diff --git a/extensions/browser/api/cast_channel/cast_socket.h b/extensions/browser/api/cast_channel/cast_socket.h index 41a0a13..64d9589 100644 --- a/extensions/browser/api/cast_channel/cast_socket.h +++ b/extensions/browser/api/cast_channel/cast_socket.h @@ -23,7 +23,7 @@ #include "net/base/completion_callback.h" #include "net/base/io_buffer.h" #include "net/base/ip_endpoint.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" namespace net { class AddressList; diff --git a/extensions/browser/api/cast_channel/cast_socket_unittest.cc b/extensions/browser/api/cast_channel/cast_socket_unittest.cc index 0733b19..b2d73e3 100644 --- a/extensions/browser/api/cast_channel/cast_socket_unittest.cc +++ b/extensions/browser/api/cast_channel/cast_socket_unittest.cc @@ -21,9 +21,9 @@ #include "extensions/browser/api/cast_channel/logger.h" #include "extensions/common/api/cast_channel/cast_channel.pb.h" #include "net/base/address_list.h" -#include "net/base/capturing_net_log.h" #include "net/base/net_errors.h" #include "net/base/net_util.h" +#include "net/log/capturing_net_log.h" #include "net/socket/socket_test_util.h" #include "net/socket/ssl_client_socket.h" #include "net/socket/tcp_client_socket.h" diff --git a/extensions/browser/api/cast_channel/cast_transport_unittest.cc b/extensions/browser/api/cast_channel/cast_transport_unittest.cc index b6e1b71..6989446 100644 --- a/extensions/browser/api/cast_channel/cast_transport_unittest.cc +++ b/extensions/browser/api/cast_channel/cast_transport_unittest.cc @@ -14,9 +14,9 @@ #include "extensions/browser/api/cast_channel/logger.h" #include "extensions/browser/api/cast_channel/logger_util.h" #include "extensions/common/api/cast_channel/cast_channel.pb.h" -#include "net/base/capturing_net_log.h" #include "net/base/completion_callback.h" #include "net/base/net_errors.h" +#include "net/log/capturing_net_log.h" #include "net/socket/socket.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/extensions/browser/api/dns/dns_api.cc b/extensions/browser/api/dns/dns_api.cc index 17bfdd7..cf938d6 100644 --- a/extensions/browser/api/dns/dns_api.cc +++ b/extensions/browser/api/dns/dns_api.cc @@ -14,7 +14,7 @@ #include "extensions/common/api/dns.h" #include "net/base/host_port_pair.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" using content::BrowserThread; using extensions::core_api::dns::ResolveCallbackResolveInfo; diff --git a/extensions/browser/api/socket/socket_api.cc b/extensions/browser/api/socket/socket_api.cc index 9bbc39f..74aee95 100644 --- a/extensions/browser/api/socket/socket_api.cc +++ b/extensions/browser/api/socket/socket_api.cc @@ -24,8 +24,8 @@ #include "net/base/io_buffer.h" #include "net/base/ip_endpoint.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" #include "net/base/net_util.h" +#include "net/log/net_log.h" #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_getter.h" diff --git a/extensions/browser/api/web_request/web_request_api_helpers.cc b/extensions/browser/api/web_request/web_request_api_helpers.cc index a6d392d..160462a 100644 --- a/extensions/browser/api/web_request/web_request_api_helpers.cc +++ b/extensions/browser/api/web_request/web_request_api_helpers.cc @@ -24,10 +24,10 @@ #include "extensions/browser/runtime_data.h" #include "extensions/browser/warning_set.h" #include "extensions/common/extension_messages.h" -#include "net/base/net_log.h" #include "net/cookies/cookie_util.h" #include "net/cookies/parsed_cookie.h" #include "net/http/http_util.h" +#include "net/log/net_log.h" #include "net/url_request/url_request.h" #include "url/url_constants.h" diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc index e4be29ad..90225d4 100644 --- a/google_apis/gcm/tools/mcs_probe.cc +++ b/google_apis/gcm/tools/mcs_probe.cc @@ -34,13 +34,13 @@ #include "google_apis/gcm/engine/mcs_client.h" #include "google_apis/gcm/monitoring/fake_gcm_stats_recorder.h" #include "net/base/host_mapping_rules.h" -#include "net/base/net_log_logger.h" #include "net/cert/cert_verifier.h" #include "net/dns/host_resolver.h" #include "net/http/http_auth_handler_factory.h" #include "net/http/http_network_session.h" #include "net/http/http_server_properties_impl.h" #include "net/http/transport_security_state.h" +#include "net/log/net_log_logger.h" #include "net/socket/client_socket_factory.h" #include "net/socket/ssl_client_socket.h" #include "net/ssl/channel_id_service.h" diff --git a/jingle/glue/fake_ssl_client_socket_unittest.cc b/jingle/glue/fake_ssl_client_socket_unittest.cc index 3099f8e..4df4a7d 100644 --- a/jingle/glue/fake_ssl_client_socket_unittest.cc +++ b/jingle/glue/fake_ssl_client_socket_unittest.cc @@ -12,8 +12,8 @@ #include "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h" #include "net/base/io_buffer.h" -#include "net/base/net_log.h" #include "net/base/test_completion_callback.h" +#include "net/log/net_log.h" #include "net/socket/socket_test_util.h" #include "net/socket/stream_socket.h" #include "testing/gmock/include/gmock/gmock.h" diff --git a/jingle/glue/proxy_resolving_client_socket.h b/jingle/glue/proxy_resolving_client_socket.h index 86b21a5..696a097 100644 --- a/jingle/glue/proxy_resolving_client_socket.h +++ b/jingle/glue/proxy_resolving_client_socket.h @@ -15,7 +15,7 @@ #include "net/base/completion_callback.h" #include "net/base/host_port_pair.h" #include "net/base/net_errors.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/proxy/proxy_info.h" #include "net/proxy/proxy_service.h" #include "net/socket/stream_socket.h" diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h index 7903633..1473000 100644 --- a/jingle/glue/pseudotcp_adapter.h +++ b/jingle/glue/pseudotcp_adapter.h @@ -10,7 +10,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/threading/non_thread_safe.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/socket/stream_socket.h" #include "third_party/webrtc/p2p/base/pseudotcp.h" diff --git a/net/base/capturing_net_log.h b/net/base/capturing_net_log.h deleted file mode 100644 index 2cfa5f1..0000000 --- a/net/base/capturing_net_log.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef NET_BASE_CAPTURING_NET_LOG_H_ -#define NET_BASE_CAPTURING_NET_LOG_H_ - -// TODO(eroman): Update all the consumers to include the version in "log/" -// directly (http://crbug.com/434856) -#include "net/log/capturing_net_log.h" - -#endif // NET_BASE_CAPTURING_NET_LOG_H_ diff --git a/net/base/net_log.h b/net/base/net_log.h deleted file mode 100644 index cfcb3eb..0000000 --- a/net/base/net_log.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef NET_BASE_NET_LOG_H_ -#define NET_BASE_NET_LOG_H_ - -// TODO(eroman): Update all the consumers to include the version in "log/" -// directly (http://crbug.com/434856) -#include "net/log/net_log.h" - -#endif // NET_BASE_NET_LOG_H_ diff --git a/net/base/net_log_logger.h b/net/base/net_log_logger.h deleted file mode 100644 index 5022a65..0000000 --- a/net/base/net_log_logger.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef NET_BASE_NET_LOG_LOGGER_H_ -#define NET_BASE_NET_LOG_LOGGER_H_ - -// TODO(eroman): Update all the consumers to include the version in "log/" -// directly (http://crbug.com/434856) -#include "net/log/net_log_logger.h" - -#endif // NET_BASE_NET_LOG_LOGGER_H_ diff --git a/net/base/net_log_util.h b/net/base/net_log_util.h deleted file mode 100644 index ede2d76..0000000 --- a/net/base/net_log_util.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef NET_BASE_NET_LOG_UTIL_H_ -#define NET_BASE_NET_LOG_UTIL_H_ - -// TODO(eroman): Update all the consumers to include the version in "log/" -// directly (http://crbug.com/434856) -#include "net/log/net_log_util.h" - -#endif // NET_BASE_NET_LOG_UTIL_H_ diff --git a/remoting/base/vlog_net_log.h b/remoting/base/vlog_net_log.h index f1c4a2d..8ac0cfd 100644 --- a/remoting/base/vlog_net_log.h +++ b/remoting/base/vlog_net_log.h @@ -6,7 +6,7 @@ #define REMOTING_BASE_VLOG_NET_LOG_H_ #include "base/memory/scoped_ptr.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" namespace remoting { |