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

Issue 2229393003: net: Use stl utilities from the base namespace (Closed)

Created:
4 years, 4 months ago by Sami
Modified:
4 years, 4 months ago
Reviewers:
Bence, mef, Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, kinuko+cache_chromium.org, darin (slow to review), ben+mojo_chromium.org, gavinp+disk_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

net: Use stl utilities from the base namespace The utilities in base/stl_util.h have been moved from the global into the base namespace. This patch updates the call sites accordingly. No functional changes. BUG=636301 Committed: https://crrev.com/b8f60cacd31c35debe06dfff341d69c01834899c Cr-Commit-Position: refs/heads/master@{#411615}

Patch Set 1 #

Patch Set 2 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -239 lines) Patch
M net/base/expiring_cache_unittest.cc View 2 chunks +20 lines, -20 lines 0 comments Download
M net/base/filename_util_internal.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/network_activity_monitor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/multi_threaded_cert_verifier.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/test_root_certs_nss.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert_net/cert_net_fetcher_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert_net/nss_ocsp.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/dns/dns_session_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_socket_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/host_resolver_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/mdns_client_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/mojo_host_resolver_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/extras/sqlite/sqlite_persistent_cookie_store_unittest.cc View 17 chunks +17 lines, -17 lines 0 comments Download
M net/http/http_cache.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_network_session.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/mojo_proxy_resolver_factory_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/mojo_proxy_resolver_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_bypass_rules.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_service_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/crypto/channel_id_chromium.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/crypto/proof_verifier_chromium.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/quic_chromium_client_session.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/chromium/quic_network_transaction_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/quic_stream_factory.cc View 1 10 chunks +13 lines, -13 lines 0 comments Download
M net/quic/chromium/quic_stream_factory_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/crypto_server_config_protobuf.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/crypto_server_config_protobuf.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/quic_crypto_client_config.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/core/crypto/quic_crypto_server_config.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/quic_crypto_server_config_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/interval_test.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M net/quic/core/quic_buffered_packet_store.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/quic/core/quic_connection.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M net/quic/core/quic_crypto_server_stream_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/core/quic_end_to_end_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_framer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/core/quic_framer_test.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M net/quic/core/quic_multipath_received_packet_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_sent_packet_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_sent_packet_manager_test.cc View 1 chunk +1 line, -3 lines 0 comments Download
M net/quic/core/quic_session.cc View 8 chunks +13 lines, -13 lines 0 comments Download
M net/quic/core/quic_session_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_unacked_packet_map_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/spdy_utils.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_framer_peer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_session_peer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_stream_factory_peer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/simple_quic_framer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/server/http_server.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 9 chunks +11 lines, -11 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.h View 1 chunk +1 line, -3 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.cc View 2 chunks +14 lines, -8 lines 0 comments Download
M net/spdy/http2_write_scheduler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_read_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session_pool.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_stream_test_util.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/spdy/spdy_write_queue.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/ssl/channel_id_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/embedded_test_server/embedded_test_server.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/epoll_server/epoll_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_in_memory_cache.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_in_memory_cache_test.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M net/tools/quic/quic_simple_client.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M net/tools/quic/quic_simple_server_stream.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/udp/udp_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/report_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_job_factory_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/websockets/websocket_basic_handshake_stream.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 23 (15 generated)
Sami
PTAL.
4 years, 4 months ago (2016-08-10 16:48:16 UTC) #7
mef
Changes lg tm, although I'm not clear about benefits of doing this. Is it consistency ...
4 years, 4 months ago (2016-08-11 16:09:05 UTC) #9
Ryan Hamilton
On 2016/08/11 16:09:05, mef wrote: > Changes lg tm, although I'm not clear about benefits ...
4 years, 4 months ago (2016-08-11 18:35:10 UTC) #10
mef
On 2016/08/11 18:35:10, Ryan Hamilton wrote: > On 2016/08/11 16:09:05, mef wrote: > > Changes ...
4 years, 4 months ago (2016-08-11 18:44:13 UTC) #11
Bence
LGTM. It took me a while to figure out why the code compiles at all ...
4 years, 4 months ago (2016-08-11 20:00:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2229393003/20001
4 years, 4 months ago (2016-08-12 12:29:34 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-12 12:35:00 UTC) #21
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 12:37:32 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b8f60cacd31c35debe06dfff341d69c01834899c
Cr-Commit-Position: refs/heads/master@{#411615}

Powered by Google App Engine
This is Rietveld 408576698