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

Unified Diff: components/nacl/loader/nonsfi/nonsfi_main.cc

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@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 | « components/nacl/loader/nonsfi/nonsfi_listener.h ('k') | components/nacl/loader/nonsfi/nonsfi_sandbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nonsfi/nonsfi_main.cc
diff --git a/components/nacl/loader/nonsfi/nonsfi_main.cc b/components/nacl/loader/nonsfi/nonsfi_main.cc
index c053586fe54fdc0a5e89faba37546fc8c5f603e9..f452a49ec94453cb076b7b57a6db23daa7ddc3b8 100644
--- a/components/nacl/loader/nonsfi/nonsfi_main.cc
+++ b/components/nacl/loader/nonsfi/nonsfi_main.cc
@@ -28,10 +28,9 @@ class PluginMainDelegate : public base::PlatformThread::Delegate {
: entry_point_(entry_point) {
}
- virtual ~PluginMainDelegate() {
- }
+ ~PluginMainDelegate() override {}
- virtual void ThreadMain() override {
+ void ThreadMain() override {
base::PlatformThread::SetName("NaClMainThread");
// This will only happen once per process, so we give the permission to
« no previous file with comments | « components/nacl/loader/nonsfi/nonsfi_listener.h ('k') | components/nacl/loader/nonsfi/nonsfi_sandbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698