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

Unified Diff: tools/gn/config_values_extractors.cc

Issue 964203002: tools/gn: Fix errors found by Facebook's flint tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix chromium-style plugin errors Created 5 years, 10 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 | « tools/gn/commands.cc ('k') | tools/gn/copy_target_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/config_values_extractors.cc
diff --git a/tools/gn/config_values_extractors.cc b/tools/gn/config_values_extractors.cc
index 646e2d7bb2e5384f38301afe89820fcee9d66992..18617db7970537b9cfa9000e82477852d1187aa1 100644
--- a/tools/gn/config_values_extractors.cc
+++ b/tools/gn/config_values_extractors.cc
@@ -10,7 +10,7 @@ namespace {
class EscapedStringWriter {
public:
- EscapedStringWriter(const EscapeOptions& escape_options)
+ explicit EscapedStringWriter(const EscapeOptions& escape_options)
: escape_options_(escape_options) {
}
« no previous file with comments | « tools/gn/commands.cc ('k') | tools/gn/copy_target_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698