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)) |