| Index: extensions/browser/mojo/keep_alive_impl.cc
|
| diff --git a/extensions/browser/mojo/keep_alive_impl.cc b/extensions/browser/mojo/keep_alive_impl.cc
|
| index 3d40c14d2637686c5f5535dc6a71c66083908540..d3e5883afadc336c0271115b63f694d447e15f3b 100644
|
| --- a/extensions/browser/mojo/keep_alive_impl.cc
|
| +++ b/extensions/browser/mojo/keep_alive_impl.cc
|
| @@ -38,7 +38,7 @@ KeepAliveImpl::~KeepAliveImpl() = default;
|
| void KeepAliveImpl::OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| - UnloadedExtensionInfo::Reason reason) {
|
| + UnloadedExtensionReason reason) {
|
| if (browser_context == context_ && extension == extension_)
|
| delete this;
|
| }
|
|
|