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

Unified Diff: components/nacl/loader/nonsfi/nonsfi_main.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
« 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 8ec69950232dfed795024ccac159072e1f1956a4..c053586fe54fdc0a5e89faba37546fc8c5f603e9 100644
--- a/components/nacl/loader/nonsfi/nonsfi_main.cc
+++ b/components/nacl/loader/nonsfi/nonsfi_main.cc
@@ -31,7 +31,7 @@ class PluginMainDelegate : public base::PlatformThread::Delegate {
virtual ~PluginMainDelegate() {
}
- virtual void ThreadMain() OVERRIDE {
+ virtual 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