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

Unified Diff: tools/gn/scope_per_file_provider.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/scope.cc ('k') | tools/gn/setup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/scope_per_file_provider.h
diff --git a/tools/gn/scope_per_file_provider.h b/tools/gn/scope_per_file_provider.h
index 8f9c5539f838925352bbd726a8667003de6ef826..fb6d62f405fde250de2d718c4d980d7a87142514 100644
--- a/tools/gn/scope_per_file_provider.h
+++ b/tools/gn/scope_per_file_provider.h
@@ -18,7 +18,7 @@ class ScopePerFileProvider : public Scope::ProgrammaticProvider {
// When allow_target_vars is unset, the target-related values will be
// undefined to GN script.
ScopePerFileProvider(Scope* scope, bool allow_target_vars);
- virtual ~ScopePerFileProvider();
+ ~ScopePerFileProvider() override;
// ProgrammaticProvider implementation.
const Value* GetProgrammaticValue(const base::StringPiece& ident) override;
« no previous file with comments | « tools/gn/scope.cc ('k') | tools/gn/setup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698