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

Unified Diff: tools/gn/builder.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/binary_target_generator.h ('k') | tools/gn/c_include_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/builder.h
diff --git a/tools/gn/builder.h b/tools/gn/builder.h
index 56aa6e4ce4bd3a4447861c71aaf1e101d5c6bc6d..ee47007485e8eccc6b36d5e28fb72bac6451c394 100644
--- a/tools/gn/builder.h
+++ b/tools/gn/builder.h
@@ -23,7 +23,7 @@ class Builder : public base::RefCountedThreadSafe<Builder> {
public:
typedef base::Callback<void(const BuilderRecord*)> ResolvedCallback;
- Builder(Loader* loader);
+ explicit Builder(Loader* loader);
// The resolved callback is called whenever a target has been resolved. This
// will be executed only on the main thread.
« no previous file with comments | « tools/gn/binary_target_generator.h ('k') | tools/gn/c_include_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698