Fixing build: removing constness on net::HttpResponseHeaders as otherwise we would need a change in libchromiumcontent.

This commit is contained in:
ali.ibrahim 2016-10-13 17:51:19 +02:00
parent 6f5b0a28c5
commit de29f2dde5
6 changed files with 12 additions and 12 deletions

View file

@ -72,7 +72,7 @@ class AtomURLRequest : public base::RefCountedThreadSafe<AtomURLRequest>,
void InformDelegateAuthenticationRequired(
scoped_refptr<net::AuthChallengeInfo> auth_info) const;
void InformDelegateResponseStarted(
scoped_refptr<const net::HttpResponseHeaders>) const;
scoped_refptr<net::HttpResponseHeaders>) const;
void InformDelegateResponseData(
scoped_refptr<net::IOBufferWithSize> data) const;
void InformDelegateResponseCompleted() const;