• Vaclav Brozek's avatar
    Update comment above BasicStringPiece · 78ad968e
    Vaclav Brozek authored
    A comment above BasicStringPiece definition currently suggests
    against using that class directly, confusingly mentioning
    BasicStringPiece again as one of the alternatives.
    
    This confusion comes from http://crrev.com/187793004: before
    that change, the comment was attached to StringPieceDetail,
    thus advising to replace the use of StringPieceDetail with
    (among others) BasicStringPiece. However, that CL replaced
    StringPieceDetail with BasicStringPiece, making the comment
    obsolete.
    
    This CL just deletes the obsolete sentence.
    
    Change-Id: I516e2a14ee846ecf2644097f2ecbc201d2b6f022
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1908267
    Auto-Submit: Vaclav Brozek <vabr@chromium.org>
    Reviewed-by: default avatardanakj <danakj@chromium.org>
    Commit-Queue: danakj <danakj@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#714240}
    78ad968e
string_piece.h 19.6 KB