| Index: extensions/common/permissions/api_permission.h
|
| diff --git a/extensions/common/permissions/api_permission.h b/extensions/common/permissions/api_permission.h
|
| index b8f23f81210c482d58254325a96514fa00e6dc8f..a0a3687229db524f36c173c5d292aa2fce0007c9 100644
|
| --- a/extensions/common/permissions/api_permission.h
|
| +++ b/extensions/common/permissions/api_permission.h
|
| @@ -309,8 +309,7 @@ class APIPermissionInfo {
|
| }
|
|
|
| private:
|
| - // Instances should only be constructed from within a
|
| - // PermissionsInfo::Delegate.
|
| + // Instances should only be constructed from within a PermissionsProvider.
|
| friend class ChromeAPIPermissions;
|
| // Implementations of APIPermission will want to get the permission message,
|
| // but this class's implementation should be hidden from everyone else.
|
|
|