| Index: chrome/browser/extensions/extension_action_runner.cc
|
| diff --git a/chrome/browser/extensions/extension_action_runner.cc b/chrome/browser/extensions/extension_action_runner.cc
|
| index 5261c380588c99752da448e9cc0b040e23ac1b93..aba92757887d629fbbc9da407df07e49d0ddd141 100644
|
| --- a/chrome/browser/extensions/extension_action_runner.cc
|
| +++ b/chrome/browser/extensions/extension_action_runner.cc
|
| @@ -419,7 +419,7 @@ void ExtensionActionRunner::DidFinishNavigation(
|
| void ExtensionActionRunner::OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| - UnloadedExtensionInfo::Reason reason) {
|
| + UnloadedExtensionReason reason) {
|
| PendingScriptMap::iterator iter = pending_scripts_.find(extension->id());
|
| if (iter != pending_scripts_.end()) {
|
| pending_scripts_.erase(iter);
|
|
|