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

Unified Diff: components/nacl/renderer/ppb_nacl_private_impl.cc

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/nacl/renderer/ppb_nacl_private_impl.cc
diff --git a/components/nacl/renderer/ppb_nacl_private_impl.cc b/components/nacl/renderer/ppb_nacl_private_impl.cc
index ff42194f66a91a561e4d09e4f41cefdd01f9857b..c7ac8f3cea86d3ff3bb9e1235026650481bc612d 100644
--- a/components/nacl/renderer/ppb_nacl_private_impl.cc
+++ b/components/nacl/renderer/ppb_nacl_private_impl.cc
@@ -167,7 +167,7 @@ class ManifestServiceProxy : public ManifestServiceChannel::Delegate {
virtual ~ManifestServiceProxy() { }
- virtual void StartupInitializationComplete() OVERRIDE {
+ virtual void StartupInitializationComplete() override {
if (StartPpapiProxy(pp_instance_) == PP_TRUE) {
JsonManifest* manifest = GetJsonManifest(pp_instance_);
NexeLoadManager* load_manager = NexeLoadManager::Get(pp_instance_);
@@ -189,7 +189,7 @@ class ManifestServiceProxy : public ManifestServiceChannel::Delegate {
virtual void OpenResource(
const std::string& key,
- const ManifestServiceChannel::OpenResourceCallback& callback) OVERRIDE {
+ const ManifestServiceChannel::OpenResourceCallback& callback) override {
DCHECK(ppapi::PpapiGlobals::Get()->GetMainThreadMessageLoop()->
BelongsToCurrentThread());
« no previous file with comments | « components/nacl/renderer/pnacl_translation_resource_host.h ('k') | components/nacl/renderer/trusted_plugin_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698