| Index: ui/views/controls/native/native_view_host_test_base.cc
|
| diff --git a/ui/views/controls/native/native_view_host_test_base.cc b/ui/views/controls/native/native_view_host_test_base.cc
|
| index f8f957c6cf825afedcde33d883ec63ccd79f3e12..425d24ae170c1ed158acf559fcbef7b57ff1057d 100644
|
| --- a/ui/views/controls/native/native_view_host_test_base.cc
|
| +++ b/ui/views/controls/native/native_view_host_test_base.cc
|
| @@ -15,7 +15,7 @@ class NativeViewHostTestBase::NativeViewHostTesting : public NativeViewHost {
|
| public:
|
| explicit NativeViewHostTesting(NativeViewHostTestBase* owner)
|
| : owner_(owner) {}
|
| - virtual ~NativeViewHostTesting() { owner_->host_destroyed_count_++; }
|
| + ~NativeViewHostTesting() override { owner_->host_destroyed_count_++; }
|
|
|
| private:
|
| NativeViewHostTestBase* owner_;
|
|
|