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

Unified Diff: tools/gn/test_with_scope.h

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/target_generator.h ('k') | tools/gn/tutorial/hello.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/test_with_scope.h
diff --git a/tools/gn/test_with_scope.h b/tools/gn/test_with_scope.h
index 449a504cfd6e91d1d7f71b0e2c851ed9bbff7548..26b082f9fca7358ef9fcdc34e29eaf91c056d81c 100644
--- a/tools/gn/test_with_scope.h
+++ b/tools/gn/test_with_scope.h
@@ -60,7 +60,7 @@ class TestWithScope {
// then you can execute the ParseNode or whatever.
class TestParseInput {
public:
- TestParseInput(const std::string& input);
+ explicit TestParseInput(const std::string& input);
~TestParseInput();
// Indicates whether and what error occurred during tokenizing and parsing.
« no previous file with comments | « tools/gn/target_generator.h ('k') | tools/gn/tutorial/hello.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698