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

Unified Diff: content/child/web_url_loader_impl_unittest.cc

Issue 686523002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « content/child/site_isolation_policy_browsertest.cc ('k') | content/common/font_config_ipc_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_url_loader_impl_unittest.cc
diff --git a/content/child/web_url_loader_impl_unittest.cc b/content/child/web_url_loader_impl_unittest.cc
index a7e57e43080821b6809f9d193fb247dd1e7994d2..50cff38b7c79762299ddb96e9ccd0bc769c0124c 100644
--- a/content/child/web_url_loader_impl_unittest.cc
+++ b/content/child/web_url_loader_impl_unittest.cc
@@ -285,7 +285,7 @@ class TestWebURLLoaderClient : public blink::WebURLLoaderClient {
class WebURLLoaderImplTest : public testing::Test {
public:
explicit WebURLLoaderImplTest() : client_(&dispatcher_) {}
- virtual ~WebURLLoaderImplTest() {}
+ ~WebURLLoaderImplTest() override {}
void DoStartAsyncRequest() {
blink::WebURLRequest request;
« no previous file with comments | « content/child/site_isolation_policy_browsertest.cc ('k') | content/common/font_config_ipc_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698