Index: chrome/test/perf/browser_perf_test.h |
diff --git a/chrome/test/perf/browser_perf_test.h b/chrome/test/perf/browser_perf_test.h |
index 250724c6b924b37e7c082f042a7a705e217fb7e9..44e7e689af14c59bc7aa455fce00c163f69b6bfb 100644 |
--- a/chrome/test/perf/browser_perf_test.h |
+++ b/chrome/test/perf/browser_perf_test.h |
@@ -18,7 +18,7 @@ class BrowserPerfTest : public InProcessBrowserTest { |
// Set up common browser perf test flags. Typically call down to this if |
// overridden. |
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
// Prints IO performance data for use by perf graphs. |
void PrintIOPerfInfo(const std::string& test_name); |