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

Issue 925423004: Fully qualify std::* names being exported internally by using (Closed)

Created:
5 years, 10 months ago by ramant (doing other things)
Modified:
5 years, 10 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@ignore_goaways_86198166
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fully qualify std::* names being exported internally by using declarations in third_party/stl/*. These using declarations are a historical artifact and they hinder portability and toolchain changes. Merge internal change: 86267997 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -67 lines) Patch
M net/quic/congestion_control/send_algorithm_simulator.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M net/quic/congestion_control/tcp_cubic_sender_test.cc View 4 chunks +3 lines, -5 lines 0 comments Download
M net/quic/crypto/crypto_framer.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config_test.cc View 2 chunks +1 line, -2 lines 0 comments Download
M net/quic/crypto/strike_register.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M net/quic/crypto/strike_register_test.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M net/quic/quic_dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_framer.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M net/quic/quic_received_packet_manager.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M net/quic/quic_received_packet_manager_test.cc View 3 chunks +12 lines, -13 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M net/quic/quic_stream_sequencer.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M net/quic/quic_stream_sequencer_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_time_wait_list_manager.cc View 2 chunks +1 line, -2 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 10 months ago (2015-02-16 21:45:19 UTC) #1
Ryan Hamilton
5 years, 10 months ago (2015-02-17 02:29:59 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698