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

Issue 2421403002: Eliminate use of StringPiece(nullptr, n) with non zero n. This constructor is unsupported in C++17'… (Closed)

Created:
4 years, 2 months ago by alyssar1
Modified:
4 years, 2 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Eliminate use of StringPiece(nullptr, n) with non zero n. This constructor is unsupported in C++17's 2-arg std::string_view. Merge internal change: 135733011 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M net/quic/core/quic_stream_sequencer_test.cc View 2 chunks +4 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
alyssar1
4 years, 2 months ago (2016-10-17 17:01:48 UTC) #1
Ryan Hamilton
4 years, 2 months ago (2016-10-17 19:07:06 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698