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

Unified Diff: sandbox/mac/bootstrap_sandbox_unittest.mm

Issue 628233002: replace OVERRIDE and FINAL with override and final in sandbox/ (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: sandbox/mac/bootstrap_sandbox_unittest.mm
diff --git a/sandbox/mac/bootstrap_sandbox_unittest.mm b/sandbox/mac/bootstrap_sandbox_unittest.mm
index 1965239942148972a17e32533772d217b2bff6fc..5621211a342a4cbdbd922ec76d37045fafc4df93 100644
--- a/sandbox/mac/bootstrap_sandbox_unittest.mm
+++ b/sandbox/mac/bootstrap_sandbox_unittest.mm
@@ -80,7 +80,7 @@ namespace sandbox {
class BootstrapSandboxTest : public base::MultiProcessTest {
public:
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
base::MultiProcessTest::SetUp();
sandbox_ = BootstrapSandbox::Create();
« no previous file with comments | « sandbox/linux/tests/sandbox_test_runner_function_pointer.h ('k') | sandbox/mac/dispatch_source_mach_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698