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

Issue 561463002: remove >> ambiguity in quic (Closed)

Created:
6 years, 3 months ago by Mostyn Bramley-Moore
Modified:
6 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

remove >> ambiguity in quic_protocol.h Resolve c++03 ambiguity introduced by CL 478153003 and 497553004, since we haven't officially switched over to c++11 yet. Committed: https://crrev.com/dc40b8061f10dfd12aee6c51616393a1fa6a9e3e Cr-Commit-Position: refs/heads/master@{#294094}

Patch Set 1 #

Total comments: 2

Patch Set 2 : line wrap #

Patch Set 3 : fix another instance of this in quic_received_packet_manager.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M net/quic/quic_protocol.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_received_packet_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (5 generated)
Mostyn Bramley-Moore
@Ryan: are you interested in taking this trivial patch, since we haven't (afaik) officially switched ...
6 years, 3 months ago (2014-09-09 21:12:02 UTC) #2
Ryan Hamilton
looks good, modulo the line wrap. https://codereview.chromium.org/561463002/diff/1/net/quic/quic_protocol.h File net/quic/quic_protocol.h (right): https://codereview.chromium.org/561463002/diff/1/net/quic/quic_protocol.h#newcode650 net/quic/quic_protocol.h:650: typedef std::list<std::pair<QuicPacketSequenceNumber, QuicTime> ...
6 years, 3 months ago (2014-09-09 21:26:36 UTC) #3
Mostyn Bramley-Moore
https://codereview.chromium.org/561463002/diff/1/net/quic/quic_protocol.h File net/quic/quic_protocol.h (right): https://codereview.chromium.org/561463002/diff/1/net/quic/quic_protocol.h#newcode650 net/quic/quic_protocol.h:650: typedef std::list<std::pair<QuicPacketSequenceNumber, QuicTime> > PacketTimeList; On 2014/09/09 21:26:36, Ryan ...
6 years, 3 months ago (2014-09-09 21:33:10 UTC) #4
Ryan Hamilton
lgtm
6 years, 3 months ago (2014-09-09 21:43:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/561463002/20001
6 years, 3 months ago (2014-09-09 22:06:33 UTC) #7
Mostyn Bramley-Moore
I spotted another instance of this in quic_received_packet_manager.h - can you give this another thumbs-up?
6 years, 3 months ago (2014-09-09 23:24:15 UTC) #9
Ryan Hamilton
lgtm
6 years, 3 months ago (2014-09-10 01:45:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/561463002/40001
6 years, 3 months ago (2014-09-10 01:48:33 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 988bcfc093e6f4ed339168ec27f1464b1890db37
6 years, 3 months ago (2014-09-10 03:46:30 UTC) #13
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/dc40b8061f10dfd12aee6c51616393a1fa6a9e3e Cr-Commit-Position: refs/heads/master@{#294094}
6 years, 3 months ago (2014-09-10 03:58:51 UTC) #14
jamesr
We use >> in templates extensively in Blink and have for a few years now. ...
6 years, 3 months ago (2014-09-10 05:46:52 UTC) #16
Mostyn Bramley-Moore
On 2014/09/10 05:46:52, jamesr wrote: > We use >> in templates extensively in Blink and ...
6 years, 3 months ago (2014-09-10 08:42:02 UTC) #17
ramant (doing other things)
6 years, 3 months ago (2014-09-10 10:51:01 UTC) #18
Message was sent while issue was closed.
lgtm

Will be careful about ">>" while porting internal changes to chromium.

Powered by Google App Engine
This is Rietveld 408576698