| Index: chrome/browser/background/background_application_list_model.h
|
| diff --git a/chrome/browser/background/background_application_list_model.h b/chrome/browser/background/background_application_list_model.h
|
| index f38a7676aaa77bad5b96f769a5312c66c0ae3014..317850d68d7dafd09cac774a1c0f8c20ec833a43 100644
|
| --- a/chrome/browser/background/background_application_list_model.h
|
| +++ b/chrome/browser/background/background_application_list_model.h
|
| @@ -135,7 +135,7 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
|
| void OnExtensionPermissionsUpdated(
|
| const extensions::Extension* extension,
|
| extensions::UpdatedExtensionPermissionsInfo::Reason reason,
|
| - const ExtensionPermissionSet* permissions);
|
| + const extensions::PermissionSet* permissions);
|
|
|
| // Refresh the list of background applications and generate notifications.
|
| void Update();
|
|
|