| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index bbce096056199ea72716aab09091cb1b2e64ba27..ef43b5cfc3f9e83dc772238abceeb41980304802 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -210,7 +210,7 @@ bool AutomationProvider::InitializeChannel(const std::string& channel_id) {
|
| effective_channel_id,
|
| GetChannelMode(use_named_interface),
|
| this,
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get()));
|
| channel_->AddFilter(automation_resource_message_filter_.get());
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|