Revert "Move HTTP structured headers implementation to net/"
This reverts commit 14f8a1d5. Reason for revert: caused complication error https://ci.chromium.org/p/chromium/builders/ci/ios-device-xcode-clang/122578 Original change's description: > Move HTTP structured headers implementation to net/ > > Discussion: https://groups.google.com/a/chromium.org/forum/#!msg/loading-dev/dvEirmhddus/OFjNantxAwAJ > > I made some non-trivial edits. > > - Changed the file name from structured_header.* to > structured_headers.* to be aligned with other classes in the > directory. > - Changed the namespace from structured_header to > structured_headers to match with the filename. > - Changed const base::StringPiece& params to base::StringPiece. > - Started using std::tie for equality operators. > > This CL keeps blink/public/common/http/structured_header.h. I will > change the existing call sites in a follow-up CL. > > Bug: 1049936 > Change-Id: Iaa170e2a867470e4e523349c572e1ac4f1bedd17 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041384 > Commit-Queue: Yutaka Hirano <yhirano@chromium.org> > Reviewed-by: Ryan Sleevi <rsleevi@chromium.org> > Reviewed-by: Ian Clelland <iclelland@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#740652} TBR=rsleevi@chromium.org,kinuko@chromium.org,yhirano@chromium.org,iclelland@chromium.org Change-Id: I96632bac2aa48eb89feea80445e35a28ec8121ed No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1049936 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051272Reviewed-by:Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#740653}
Showing
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment