| Index: mojo/public/cpp/bindings/tests/sample_service_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/sample_service_unittest.cc b/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
|
| index 0bed5409c5f208a278782c900f618d1af124779f..ff047cbbecc7ead3c0860958631b46fd769041d3 100644
|
| --- a/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/sample_service_unittest.cc
|
| @@ -312,7 +312,7 @@ class SimpleMessageReceiver : public mojo::MessageReceiverWithResponder {
|
| class BindingsSampleTest : public testing::Test {
|
| public:
|
| BindingsSampleTest() {}
|
| - virtual ~BindingsSampleTest() {}
|
| + ~BindingsSampleTest() override {}
|
|
|
| private:
|
| mojo::Environment env_;
|
|
|