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

Unified Diff: tools/gn/loader_unittest.cc

Issue 818033005: Standardize usage of virtual/override/final specifiers in tools/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/loader_unittest.cc
diff --git a/tools/gn/loader_unittest.cc b/tools/gn/loader_unittest.cc
index fc4fa5699c2c191fad849dd6e3bae70b3c42c26a..62dfa763688a525a11ce70c49f3745956a3ab80d 100644
--- a/tools/gn/loader_unittest.cc
+++ b/tools/gn/loader_unittest.cc
@@ -117,8 +117,6 @@ class LoaderTest : public testing::Test {
LoaderTest() {
build_settings_.SetBuildDir(SourceDir("//out/Debug/"));
}
- virtual ~LoaderTest() {
- }
protected:
Scheduler scheduler_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698