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

Unified Diff: content/browser/manifest/manifest_browsertest.cc

Issue 678073006: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bogus formatting 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
Index: content/browser/manifest/manifest_browsertest.cc
diff --git a/content/browser/manifest/manifest_browsertest.cc b/content/browser/manifest/manifest_browsertest.cc
index 52abc4b6bd135291d4bafa39a87b5d9f97bdbb22..8eaca0a9445b8c0f71df17091ee0c244347f3a33 100644
--- a/content/browser/manifest/manifest_browsertest.cc
+++ b/content/browser/manifest/manifest_browsertest.cc
@@ -18,7 +18,7 @@ namespace content {
class ManifestBrowserTest : public ContentBrowserTest {
protected:
ManifestBrowserTest() {}
- virtual ~ManifestBrowserTest() {}
+ ~ManifestBrowserTest() override {}
void GetManifestAndWait() {
shell()->web_contents()->GetManifest(
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | content/browser/media/audio_stream_monitor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698