| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 4a21612ecebc4d0c5c88df943bf51710fbf3eb97..20f0efa95b4d424bb7ef2ecf657fdfad0f88796b 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -52,6 +52,7 @@ FORWARD_DECLARE_TEST(TabStripModelTest, Apps);
|
| namespace extensions {
|
|
|
| class Manifest;
|
| +class RequirementsProvider;
|
|
|
| // Represents a Chrome extension.
|
| class Extension : public base::RefCountedThreadSafe<Extension> {
|
| @@ -1183,6 +1184,6 @@ struct UpdatedExtensionPermissionsInfo {
|
| Reason reason);
|
| };
|
|
|
| -} // namespace extensions
|
| +} // namespace extensions
|
|
|
| #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_
|
|
|