| Index: chrome/browser/automation/automation_provider_observers.cc
|
| diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc
|
| index 5ea90fce8f906c69b29e89c919c9cddf272999d3..52a2b9411e605d137b1e5ed22ba260cba94ca443 100644
|
| --- a/chrome/browser/automation/automation_provider_observers.cc
|
| +++ b/chrome/browser/automation/automation_provider_observers.cc
|
| @@ -544,7 +544,7 @@ void ExtensionUninstallObserver::Observe(
|
|
|
| switch (type) {
|
| case chrome::NOTIFICATION_EXTENSION_UNINSTALLED: {
|
| - if (id_ == *content::Details<const std::string>(details).ptr()) {
|
| + if (id_ == content::Details<extensions::Extension>(details).ptr()->id()) {
|
| scoped_ptr<DictionaryValue> return_value(new DictionaryValue);
|
| return_value->SetBoolean("success", true);
|
| AutomationJSONReply(automation_, reply_message_.release())
|
|
|