| Index: chrome/browser/automation/url_request_automation_job.h
|
| diff --git a/chrome/browser/automation/url_request_automation_job.h b/chrome/browser/automation/url_request_automation_job.h
|
| index ee806b0135aa1e95f7d7f76b13a52a76d999ba05..7a731442745f69f23ecfe8b8e6863800fecd1652 100644
|
| --- a/chrome/browser/automation/url_request_automation_job.h
|
| +++ b/chrome/browser/automation/url_request_automation_job.h
|
| @@ -71,7 +71,7 @@ class URLRequestAutomationJob : public net::URLRequestJob {
|
| }
|
|
|
| AutomationResourceMessageFilter* message_filter() const {
|
| - return message_filter_;
|
| + return message_filter_.get();
|
| }
|
|
|
| // Resumes a job, which was waiting for the external host to connect to the
|
|
|