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

Unified Diff: extensions/common/features/api_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/api_feature.cc
diff --git a/extensions/common/features/api_feature.cc b/extensions/common/features/api_feature.cc
index 4a4ac1cbbda3a12ef1ded2a430d6d9519bae5b61..f95cea37c3b6ddd2ab535898b7a0e53edb62f506 100644
--- a/extensions/common/features/api_feature.cc
+++ b/extensions/common/features/api_feature.cc
@@ -4,6 +4,8 @@
#include "extensions/common/features/api_feature.h"
+#include <string>
Finnur 2014/05/19 11:22:14 nit: Don't add the include in both the .cc and its
limasdf 2014/05/20 05:25:23 here
+
namespace extensions {
APIFeature::APIFeature()

Powered by Google App Engine
This is Rietveld 408576698