| Index: extensions/common/features/manifest_feature.h
|
| diff --git a/extensions/common/features/manifest_feature.h b/extensions/common/features/manifest_feature.h
|
| index 0014f3d5f63daeefff06465b9392191246da49e6..1c0fe0b25b6c4189c9174bf1cb84d50eef1e2794 100644
|
| --- a/extensions/common/features/manifest_feature.h
|
| +++ b/extensions/common/features/manifest_feature.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef EXTENSIONS_COMMON_FEATURES_MANIFEST_FEATURE_H_
|
| #define EXTENSIONS_COMMON_FEATURES_MANIFEST_FEATURE_H_
|
|
|
| +#include <string>
|
| +
|
| #include "extensions/common/features/simple_feature.h"
|
|
|
| namespace extensions {
|
| @@ -23,6 +25,6 @@ class ManifestFeature : public SimpleFeature {
|
| virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
|
| };
|
|
|
| -} // extensions
|
| +} // namespace extensions
|
|
|
| #endif // EXTENSIONS_COMMON_FEATURES_MANIFEST_FEATURE_H_
|
|
|