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

Unified Diff: content/child/site_isolation_policy_browsertest.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/resource_dispatcher_unittest.cc ('k') | content/child/web_url_loader_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/site_isolation_policy_browsertest.cc
diff --git a/content/child/site_isolation_policy_browsertest.cc b/content/child/site_isolation_policy_browsertest.cc
index 4dcb983e239b9b5c70876ebbe458f8e12c4995e7..c23b9b98759c1b79b6117e73ee3558458b8da3cc 100644
--- a/content/child/site_isolation_policy_browsertest.cc
+++ b/content/child/site_isolation_policy_browsertest.cc
@@ -17,7 +17,7 @@ namespace content {
class SiteIsolationPolicyBrowserTest : public ContentBrowserTest {
public:
SiteIsolationPolicyBrowserTest() {}
- virtual ~SiteIsolationPolicyBrowserTest() {}
+ ~SiteIsolationPolicyBrowserTest() override {}
void SetUpCommandLine(CommandLine* command_line) override {
ASSERT_TRUE(test_server()->Start());
« no previous file with comments | « content/child/resource_dispatcher_unittest.cc ('k') | content/child/web_url_loader_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698