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

Unified Diff: athena/main/athena_renderer_pdf_helper.cc

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 85bc003e8258937826b244962b3db4c0b250184f..df17c3864f19ea535152a2a904b29d059ed8ee07 100644
--- a/athena/main/athena_renderer_pdf_helper.cc
+++ b/athena/main/athena_renderer_pdf_helper.cc
@@ -27,7 +27,7 @@ class PDFRendererHostFactory : public ppapi::host::HostFactory {
ppapi::host::PpapiHost* host,
const ppapi::proxy::ResourceMessageCallParams& params,
PP_Instance instance,
- const IPC::Message& message) OVERRIDE {
+ const IPC::Message& message) override {
DCHECK_EQ(host_->GetPpapiHost(), host);
// Make sure the plugin is giving us a valid instance for this resource.
if (!host_->IsValidInstance(instance))
« 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