| Index: chrome/browser/extensions/app_notification_manager.cc
|
| diff --git a/chrome/browser/extensions/app_notification_manager.cc b/chrome/browser/extensions/app_notification_manager.cc
|
| index cf598e6eeb58a563d65155f32f695632349c0c3e..b2239fe25e9c329ce1198050d9a43125786e6ad1 100644
|
| --- a/chrome/browser/extensions/app_notification_manager.cc
|
| +++ b/chrome/browser/extensions/app_notification_manager.cc
|
| @@ -175,7 +175,7 @@ void AppNotificationManager::Observe(
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) {
|
| CHECK(type == chrome::NOTIFICATION_EXTENSION_UNINSTALLED);
|
| - ClearAll(*content::Details<const std::string>(details).ptr());
|
| + ClearAll(content::Details<const extensions::Extension>(details).ptr()->id());
|
| }
|
|
|
| syncer::SyncDataList AppNotificationManager::GetAllSyncData(
|
|
|