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

Unified Diff: extensions/common/features/complex_feature.cc

Issue 278013002: Clean-up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove duplicate <string> header include 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/complex_feature.cc
diff --git a/extensions/common/features/complex_feature.cc b/extensions/common/features/complex_feature.cc
index eeb4f776a4df21ed07a1eea2d2550a89557a036c..5a66a5f371b0408c38fe5aeab77f3ecf514b202e 100644
--- a/extensions/common/features/complex_feature.cc
+++ b/extensions/common/features/complex_feature.cc
@@ -4,6 +4,8 @@
#include "extensions/common/features/complex_feature.h"
+#include <set>
Finnur 2014/05/19 11:22:14 Set is used in the .h file and should therefore ap
limasdf 2014/05/20 05:25:23 here
+
namespace extensions {
ComplexFeature::ComplexFeature(scoped_ptr<FeatureList> features) {

Powered by Google App Engine
This is Rietveld 408576698