| Index: chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.h b/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| index 4bd194063a722ef1a42e3b3713a14021715eca5e..5c1c5592032504b8d53f48f2182e2206e644ea70 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| @@ -56,7 +56,7 @@ class TestingSpellCheckProvider : public SpellCheckProvider {
|
| class SpellCheckProviderTest : public testing::Test {
|
| public:
|
| SpellCheckProviderTest();
|
| - virtual ~SpellCheckProviderTest();
|
| + ~SpellCheckProviderTest() override;
|
|
|
| protected:
|
| TestingSpellCheckProvider provider_;
|
|
|