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

Unified Diff: extensions/common/features/permission_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
« no previous file with comments | « extensions/common/features/manifest_feature.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/permission_feature.h
diff --git a/extensions/common/features/permission_feature.h b/extensions/common/features/permission_feature.h
index 0a74ff02ca1164aa387fa91ae40464660c9864f4..5916fdd11e33f00b1dac0a4d79a7278ae81dcb6d 100644
--- a/extensions/common/features/permission_feature.h
+++ b/extensions/common/features/permission_feature.h
@@ -5,6 +5,8 @@
#ifndef EXTENSIONS_COMMON_FEATURES_PERMISSION_FEATURE_H_
#define EXTENSIONS_COMMON_FEATURES_PERMISSION_FEATURE_H_
+#include <string>
+
#include "extensions/common/features/simple_feature.h"
namespace extensions {
@@ -23,6 +25,6 @@ class PermissionFeature : public SimpleFeature {
virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
};
-} // extensions
+} // namespace extensions
#endif // EXTENSIONS_COMMON_FEATURES_PERMISSION_FEATURE_H_
« no previous file with comments | « extensions/common/features/manifest_feature.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698