| Index: content/test/plugin/plugin_delete_plugin_in_deallocate_test.h
|
| diff --git a/content/test/plugin/plugin_delete_plugin_in_deallocate_test.h b/content/test/plugin/plugin_delete_plugin_in_deallocate_test.h
|
| index 353836001c6800f2127ac92b2fe57e0cf7f98158..f2e856fe6f0769023358176d24f6ffb6acfb2b94 100644
|
| --- a/content/test/plugin/plugin_delete_plugin_in_deallocate_test.h
|
| +++ b/content/test/plugin/plugin_delete_plugin_in_deallocate_test.h
|
| @@ -20,8 +20,8 @@ class DeletePluginInDeallocateTest : public PluginTest {
|
| DeletePluginInDeallocateTest(NPP id, NPNetscapeFuncs* host_functions);
|
|
|
| // NPAPI handlers.
|
| - virtual NPError SetWindow(NPWindow* pNPWindow) override;
|
| - virtual NPError Destroy() override;
|
| + NPError SetWindow(NPWindow* pNPWindow) override;
|
| + NPError Destroy() override;
|
|
|
| NPObject* npobject_;
|
| bool test_started_;
|
|
|