| Index: extensions/common/extensions_client.h
|
| diff --git a/extensions/common/extensions_client.h b/extensions/common/extensions_client.h
|
| index 87be85903c574ff01ec08b2463e45f7f9a8e124f..f99636af9b6323f213bd20b24722153d105a62bd 100644
|
| --- a/extensions/common/extensions_client.h
|
| +++ b/extensions/common/extensions_client.h
|
| @@ -23,13 +23,9 @@ namespace extensions {
|
|
|
| class APIPermissionSet;
|
| class Extension;
|
| -class ExtensionAPI;
|
| class FeatureProvider;
|
| class JSONFeatureProviderSource;
|
| -class ManifestPermissionSet;
|
| -class PermissionMessage;
|
| class PermissionMessageProvider;
|
| -class SimpleFeature;
|
| class URLPatternSet;
|
|
|
| // Sets up global state for the extensions system. Should be Set() once in each
|
|
|