Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: extensions/common/features/manifest_feature.h

Issue 278013002: Clean-up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove duplicate include from the .cc Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « extensions/common/features/json_feature_provider_source.cc ('k') | extensions/common/features/permission_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698