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

Unified Diff: athena/main/athena_renderer_pdf_helper.cc

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@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 | « athena/main/athena_renderer_pdf_helper.h ('k') | athena/main/athena_views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_renderer_pdf_helper.cc
diff --git a/athena/main/athena_renderer_pdf_helper.cc b/athena/main/athena_renderer_pdf_helper.cc
index df17c3864f19ea535152a2a904b29d059ed8ee07..a64d99103276edc5ddbfb60d3d3ce134f61da691 100644
--- a/athena/main/athena_renderer_pdf_helper.cc
+++ b/athena/main/athena_renderer_pdf_helper.cc
@@ -19,7 +19,7 @@ class PDFRendererHostFactory : public ppapi::host::HostFactory {
public:
explicit PDFRendererHostFactory(content::RendererPpapiHost* host)
: host_(host) {}
- virtual ~PDFRendererHostFactory() {}
+ ~PDFRendererHostFactory() override {}
private:
// ppapi::host::HostFactory:
« no previous file with comments | « athena/main/athena_renderer_pdf_helper.h ('k') | athena/main/athena_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698