Chromium Code Reviews| Index: chrome/common/extensions/extension.h |
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
| index c99a80dd247e84e2721ea11bbdc77c13fdd5a91e..7cfe2593f893200150700d04efb5ee6a28b39b61 100644 |
| --- a/chrome/common/extensions/extension.h |
| +++ b/chrome/common/extensions/extension.h |
| @@ -45,6 +45,7 @@ class ImageSkia; |
| namespace extensions { |
| class PermissionsData; |
| class APIPermissionSet; |
| +class ManifestPermisionSet; |
| class PermissionSet; |
| // Represents a Chrome extension. |