| Index: apps/launcher.cc
|
| diff --git a/apps/launcher.cc b/apps/launcher.cc
|
| index 50cdf5de6099eea7f5940f25db90304d375fdfbb..dcf570791fca39e9af8a5cd1dfd9220439db070e 100644
|
| --- a/apps/launcher.cc
|
| +++ b/apps/launcher.cc
|
| @@ -263,7 +263,7 @@ class PlatformAppPathLauncher
|
| }
|
|
|
| extensions::ProcessManager* const process_manager =
|
| - ExtensionSystem::Get(profile_)->process_manager();
|
| + extensions::ProcessManager::Get(profile_);
|
| ExtensionHost* const host =
|
| process_manager->GetBackgroundHostForExtension(extension_->id());
|
| DCHECK(host);
|
|
|