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

Unified Diff: tools/gn/input_file.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/group_target_generator.h ('k') | tools/gn/input_file_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/input_file.h
diff --git a/tools/gn/input_file.h b/tools/gn/input_file.h
index ab7dd70cc2a1605eef0ef05c783263916d2a628e..0aeaff8a81767976c4a34128506f52f7f2facd6b 100644
--- a/tools/gn/input_file.h
+++ b/tools/gn/input_file.h
@@ -15,7 +15,7 @@
class InputFile {
public:
- InputFile(const SourceFile& name);
+ explicit InputFile(const SourceFile& name);
~InputFile();
« no previous file with comments | « tools/gn/group_target_generator.h ('k') | tools/gn/input_file_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698