Index: content/public/test/content_browser_test.h |
diff --git a/content/public/test/content_browser_test.h b/content/public/test/content_browser_test.h |
index 7fa9d348dc7cebd3a90665e9e0ce5d0d791f1738..4ab7678bf1ca02e4313e04455146f27e62206ff0 100644 |
--- a/content/public/test/content_browser_test.h |
+++ b/content/public/test/content_browser_test.h |
@@ -20,11 +20,11 @@ class ContentBrowserTest : public BrowserTestBase { |
virtual ~ContentBrowserTest(); |
// testing::Test: |
- virtual void SetUp() OVERRIDE; |
- virtual void TearDown() OVERRIDE; |
+ virtual void SetUp() override; |
+ virtual void TearDown() override; |
// BrowserTestBase: |
- virtual void RunTestOnMainThreadLoop() OVERRIDE; |
+ virtual void RunTestOnMainThreadLoop() override; |
protected: |
// Creates a new window and loads about:blank. |