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

Unified Diff: content/public/test/test_launcher.cc

Issue 671663002: Standardize usage of virtual/override/final in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « content/public/test/test_file_system_backend.cc ('k') | content/public/test/test_navigation_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_launcher.cc
diff --git a/content/public/test/test_launcher.cc b/content/public/test/test_launcher.cc
index 32de882bd29a9cbcf5e8e80c45882cca6fd1db34..d1e8f6d30229171e439ccda1a19c115725cdfbac 100644
--- a/content/public/test/test_launcher.cc
+++ b/content/public/test/test_launcher.cc
@@ -119,13 +119,12 @@ class WrapperTestLauncherDelegate : public base::TestLauncherDelegate {
}
// base::TestLauncherDelegate:
- virtual bool ShouldRunTest(const testing::TestCase* test_case,
- const testing::TestInfo* test_info) override;
- virtual size_t RunTests(base::TestLauncher* test_launcher,
- const std::vector<std::string>& test_names) override;
- virtual size_t RetryTests(
- base::TestLauncher* test_launcher,
- const std::vector<std::string>& test_names) override;
+ bool ShouldRunTest(const testing::TestCase* test_case,
+ const testing::TestInfo* test_info) override;
+ size_t RunTests(base::TestLauncher* test_launcher,
+ const std::vector<std::string>& test_names) override;
+ size_t RetryTests(base::TestLauncher* test_launcher,
+ const std::vector<std::string>& test_names) override;
private:
void DoRunTest(base::TestLauncher* test_launcher,
« no previous file with comments | « content/public/test/test_file_system_backend.cc ('k') | content/public/test/test_navigation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698