Chromium Code Reviews| Index: chrome/common/extensions/extension.h |
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
| index d88b4dac5ce05dfbeb57c45f17a6514e7498571d..2bb79eb0735447f68155e29edb1470423f2002ce 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 ManifestPermissionSet; |
| class PermissionSet; |
| // Represents a Chrome extension. |