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/loader.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/input_file_manager.h ('k') | tools/gn/ninja_binary_target_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/loader.h
diff --git a/tools/gn/loader.h b/tools/gn/loader.h
index b5f0ad9f6527ff882235483feaae3682b8319090..5a379ecf9a19f773dd04d7bc2cd01704284c3f2f 100644
--- a/tools/gn/loader.h
+++ b/tools/gn/loader.h
@@ -79,7 +79,7 @@ class LoaderImpl : public Loader {
const base::Callback<void(const ParseNode*)>&,
Err*)> AsyncLoadFileCallback;
- LoaderImpl(const BuildSettings* build_settings);
+ explicit LoaderImpl(const BuildSettings* build_settings);
// Loader implementation.
void Load(const SourceFile& file,
« no previous file with comments | « tools/gn/input_file_manager.h ('k') | tools/gn/ninja_binary_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698