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

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

Issue 629203002: Replace OVERRIDE and FINAL with override and final in content/public/[a-s]* (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 77392b0be33619e5576447d939039317f13f8e31..32de882bd29a9cbcf5e8e80c45882cca6fd1db34 100644
--- a/content/public/test/test_launcher.cc
+++ b/content/public/test/test_launcher.cc
@@ -120,12 +120,12 @@ class WrapperTestLauncherDelegate : public base::TestLauncherDelegate {
// base::TestLauncherDelegate:
virtual bool ShouldRunTest(const testing::TestCase* test_case,
- const testing::TestInfo* test_info) OVERRIDE;
+ const testing::TestInfo* test_info) override;
virtual size_t RunTests(base::TestLauncher* test_launcher,
- const std::vector<std::string>& test_names) OVERRIDE;
+ const std::vector<std::string>& test_names) override;
virtual size_t RetryTests(
base::TestLauncher* test_launcher,
- const std::vector<std::string>& test_names) OVERRIDE;
+ 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