Index: chrome/browser/safe_json_parser.cc |
diff --git a/chrome/browser/safe_json_parser.cc b/chrome/browser/safe_json_parser.cc |
index df0ce00e795825ed203c4571f9c97a40270e3b6f..f3a881f2d64d1b5bf55ed7aa479726f41c0bd31d 100644 |
--- a/chrome/browser/safe_json_parser.cc |
+++ b/chrome/browser/safe_json_parser.cc |
@@ -31,8 +31,7 @@ SafeJsonParser::~SafeJsonParser() {} |
void SafeJsonParser::StartWorkOnIOThread() { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
UtilityProcessHost* host = |
- UtilityProcessHost::Create( |
- this, base::MessageLoopProxy::current()); |
+ UtilityProcessHost::Create(this, base::MessageLoopProxy::current().get()); |
host->EnableZygote(); |
host->Send(new ChromeUtilityMsg_ParseJSON(unsafe_json_)); |
} |