| Index: net/url_request/url_request_data_job.cc
|
| diff --git a/net/url_request/url_request_data_job.cc b/net/url_request/url_request_data_job.cc
|
| index ff52bb3ec26489ec8e46e120089ca0f3eb06e7bf..737f1696ecae8615fc60537fab1a50ed028d711a 100644
|
| --- a/net/url_request/url_request_data_job.cc
|
| +++ b/net/url_request/url_request_data_job.cc
|
| @@ -19,7 +19,6 @@ URLRequestDataJob::URLRequestDataJob(URLRequest* request)
|
| : URLRequestSimpleJob(request) {
|
| }
|
|
|
| -
|
| bool URLRequestDataJob::GetData(std::string* mime_type,
|
| std::string* charset,
|
| std::string* data) const {
|
| @@ -31,3 +30,5 @@ bool URLRequestDataJob::GetData(std::string* mime_type,
|
| return net::DataURL::Parse(url, mime_type, charset, data);
|
| }
|
|
|
| +URLRequestDataJob::~URLRequestDataJob() {
|
| +}
|
|
|