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

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

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/json_feature_provider_source.cc
diff --git a/extensions/common/features/json_feature_provider_source.cc b/extensions/common/features/json_feature_provider_source.cc
index 0a46f3f85094a16a81826097781bee4531b11539..5b9ee168378f0ee4b719455f8337425c42e39591 100644
--- a/extensions/common/features/json_feature_provider_source.cc
+++ b/extensions/common/features/json_feature_provider_source.cc
@@ -4,8 +4,6 @@
#include "extensions/common/features/json_feature_provider_source.h"
-#include <string>
-
#include "base/json/json_reader.h"
#include "base/logging.h"
#include "ui/base/resource/resource_bundle.h"
@@ -51,4 +49,4 @@ void JSONFeatureProviderSource::LoadJSON(int resource_id) {
dictionary_.MergeDictionary(value_as_dict.get());
}
-} // namespace
+} // namespace extensions
« no previous file with comments | « extensions/common/features/json_feature_provider_source.h ('k') | extensions/common/features/manifest_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698