Rearrange WritableStream method definitions to match declarations
https://chromium-review.googlesource.com/c/chromium/src/+/1481144 modified the declaration order of some of the WritableStream C++ implementation methods. Update the order of the definitions in the .cc files to match the declaration order. This CL only moves methods around and doesn't change their contents in any way. Bug: 902633 Change-Id: Ie4ef96014e8825dc57ecf03c2693ed9cc66347a7 Reviewed-on: https://chromium-review.googlesource.com/c/1481273 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by:Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#636344}
Showing
Please register or sign in to comment