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

Unified Diff: chrome/test/perf/mach_ports_performancetest.cc

Issue 637933002: Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/test (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 | « chrome/test/perf/browser_perf_test.h ('k') | chrome/test/ppapi/ppapi_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/mach_ports_performancetest.cc
diff --git a/chrome/test/perf/mach_ports_performancetest.cc b/chrome/test/perf/mach_ports_performancetest.cc
index e80b9439ac6743aff744e7a20b7dec4887560ed7..c05ea58240136f8cd0c429945a84980b1f56c0a5 100644
--- a/chrome/test/perf/mach_ports_performancetest.cc
+++ b/chrome/test/perf/mach_ports_performancetest.cc
@@ -30,13 +30,13 @@ class MachPortsTest : public InProcessBrowserTest {
base::FilePath(FILE_PATH_LITERAL("data/mach_ports/moz"))) {
}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
InProcessBrowserTest::SetUp();
ASSERT_TRUE(server_.Start());
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
std::string ports;
for (std::vector<int>::iterator it = port_counts_.begin();
it != port_counts_.end(); ++it) {
« no previous file with comments | « chrome/test/perf/browser_perf_test.h ('k') | chrome/test/ppapi/ppapi_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698