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

Unified Diff: Source/web/tests/FrameTestHelpers.cpp

Issue 634893002: Replace OVERRIDE and FINAL with override and final in WebKit/public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « Source/web/tests/FrameTestHelpers.h ('k') | Source/web/tests/ImeOnFocusTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/FrameTestHelpers.cpp
diff --git a/Source/web/tests/FrameTestHelpers.cpp b/Source/web/tests/FrameTestHelpers.cpp
index cd36d5f328c3e79aca85c81d3c88d68a1e66e31f..bd3c18ded9823cf28e966c3d9bd623696c475454 100644
--- a/Source/web/tests/FrameTestHelpers.cpp
+++ b/Source/web/tests/FrameTestHelpers.cpp
@@ -93,7 +93,7 @@ public:
{
}
- virtual void run() OVERRIDE
+ virtual void run() override
{
Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
if (m_client->isLoading())
@@ -120,7 +120,7 @@ public:
{
}
- virtual void run() OVERRIDE
+ virtual void run() override
{
m_frame->loadRequest(m_request);
}
@@ -139,7 +139,7 @@ public:
{
}
- virtual void run() OVERRIDE
+ virtual void run() override
{
m_frame->loadHTMLString(WebData(m_html.data(), m_html.size()), m_baseURL);
}
@@ -160,7 +160,7 @@ public:
{
}
- virtual void run() OVERRIDE
+ virtual void run() override
{
m_frame->loadHistoryItem(m_item, m_loadType, m_cachePolicy);
}
@@ -180,7 +180,7 @@ public:
{
}
- virtual void run() OVERRIDE
+ virtual void run() override
{
m_frame->reload(m_ignoreCache);
}
« no previous file with comments | « Source/web/tests/FrameTestHelpers.h ('k') | Source/web/tests/ImeOnFocusTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698