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

Unified Diff: Source/web/WebSharedWorkerImpl.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/WebSharedWorkerImpl.h ('k') | Source/web/WebSocketChannelClientProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSharedWorkerImpl.cpp
diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp
index 08b40a725ce7f97847065cb4e8df980b46136238..5fbc7add38b4c58c7311a0c9dff60de4e2bc113e 100644
--- a/Source/web/WebSharedWorkerImpl.cpp
+++ b/Source/web/WebSharedWorkerImpl.cpp
@@ -97,14 +97,14 @@ public:
*loadingContext, scriptURL, DenyCrossOriginRequests, this);
}
- void didReceiveResponse(unsigned long identifier, const ResourceResponse& response) OVERRIDE
+ void didReceiveResponse(unsigned long identifier, const ResourceResponse& response) override
{
m_identifier = identifier;
m_appCacheID = response.appCacheID();
m_receiveResponseCallback();
}
- virtual void notifyFinished() OVERRIDE
+ virtual void notifyFinished() override
{
m_finishCallback();
}
« no previous file with comments | « Source/web/WebSharedWorkerImpl.h ('k') | Source/web/WebSocketChannelClientProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698