| Index: net/url_request/url_request_simple_job.h
|
| diff --git a/net/url_request/url_request_simple_job.h b/net/url_request/url_request_simple_job.h
|
| index 633a2e7af47755b5ba5c0f7d379cbce4addc3a05..8ef23e75ff7b02251391d81517fceed56ff32fd5 100644
|
| --- a/net/url_request/url_request_simple_job.h
|
| +++ b/net/url_request/url_request_simple_job.h
|
| @@ -23,7 +23,7 @@ class NET_EXPORT URLRequestSimpleJob : public URLRangeRequestJob {
|
| virtual void Start() OVERRIDE;
|
| virtual bool ReadRawData(IOBuffer* buf,
|
| int buf_size,
|
| - int *bytes_read) OVERRIDE;
|
| + int* bytes_read) OVERRIDE;
|
| virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
|
| virtual bool GetCharset(std::string* charset) OVERRIDE;
|
|
|
|
|