| Index: chrome/browser/extensions/extension_system_impl.cc
|
| diff --git a/chrome/browser/extensions/extension_system_impl.cc b/chrome/browser/extensions/extension_system_impl.cc
|
| index ce9b92141e87db304d7bac43f2b881777fc7618f..251b8a2089ba8b4192af08917806798c8745768e 100644
|
| --- a/chrome/browser/extensions/extension_system_impl.cc
|
| +++ b/chrome/browser/extensions/extension_system_impl.cc
|
| @@ -461,7 +461,7 @@ void ExtensionSystemImpl::RegisterExtensionWithRequestContexts(
|
|
|
| void ExtensionSystemImpl::UnregisterExtensionWithRequestContexts(
|
| const std::string& extension_id,
|
| - const UnloadedExtensionInfo::Reason reason) {
|
| + const UnloadedExtensionReason reason) {
|
| BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
|
| base::BindOnce(&InfoMap::RemoveExtension, info_map(),
|
| extension_id, reason));
|
|
|