chore: run clang-format to clear linter for #14977 (#14990)

This commit is contained in:
Charles Kerr 2018-10-05 10:38:27 -05:00 committed by GitHub
parent 8abe43ac8b
commit 859567983a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 32 additions and 29 deletions

View file

@ -49,7 +49,8 @@ class URLRequestStreamJob : public JsAsker<net::URLRequestJob> {
void OnResponse(bool success, std::unique_ptr<base::Value> value);
int BufferCopy(std::vector<char>* source,
net::IOBuffer* target, int target_size);
net::IOBuffer* target,
int target_size);
// Saved arguments passed to ReadRawData.
scoped_refptr<net::IOBuffer> pending_buf_;