| Index: chrome/test/base/v8_unit_test.h
|
| diff --git a/chrome/test/base/v8_unit_test.h b/chrome/test/base/v8_unit_test.h
|
| index 8a306aebd32abaf1a733b21feedd8f703b7e61a1..830da54beb1e5ef69070a49aae95fb6bce7e3ce8 100644
|
| --- a/chrome/test/base/v8_unit_test.h
|
| +++ b/chrome/test/base/v8_unit_test.h
|
| @@ -19,10 +19,10 @@
|
| class V8UnitTest : public testing::Test {
|
| public:
|
| V8UnitTest();
|
| - virtual ~V8UnitTest();
|
| + ~V8UnitTest() override;
|
|
|
| // Methods from testing::Test.
|
| - virtual void SetUp() override;
|
| + void SetUp() override;
|
|
|
| protected:
|
| // Add a custom helper JS library for your test. If |library_path| is
|
|
|