| Index: chrome/browser/extensions/extension_updater.cc
 | 
| diff --git a/chrome/browser/extensions/extension_updater.cc b/chrome/browser/extensions/extension_updater.cc
 | 
| index 22af3a1df10fbe7c114c9020d308be703f43f2d3..731d9bf8fd5318c78b452f1f73923d8f65748b9d 100644
 | 
| --- a/chrome/browser/extensions/extension_updater.cc
 | 
| +++ b/chrome/browser/extensions/extension_updater.cc
 | 
| @@ -579,7 +579,7 @@ class SafeManifestParser : public UtilityProcessHost::Client {
 | 
|          !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess);
 | 
|      if (use_utility_process) {
 | 
|        UtilityProcessHost* host = new UtilityProcessHost(
 | 
| -          rdh, this, BrowserThread::UI);
 | 
| +          this, BrowserThread::UI);
 | 
|        host->StartUpdateManifestParse(xml_);
 | 
|      } else {
 | 
|        UpdateManifest manifest;
 | 
| 
 |