| Index: chrome/browser/extensions/crx_installer.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/crx_installer.cc (revision 117096)
|
| +++ chrome/browser/extensions/crx_installer.cc (working copy)
|
| @@ -33,6 +33,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "chrome/common/extensions/extension_file_util.h"
|
| +#include "content/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/user_metrics.h"
|
| @@ -169,7 +170,7 @@
|
| scoped_refptr<SandboxedExtensionUnpacker> unpacker(
|
| new SandboxedExtensionUnpacker(
|
| source_file,
|
| - g_browser_process->resource_dispatcher_host(),
|
| + ResourceDispatcherHost::Get(),
|
| install_source_,
|
| creation_flags_,
|
| this));
|
|
|