| Index: content/test/plugin/plugin_npobject_identity_test.h
|
| diff --git a/content/test/plugin/plugin_npobject_identity_test.h b/content/test/plugin/plugin_npobject_identity_test.h
|
| index d1bcda247e931faa7b618c268b1145b426acb87f..fa749a5eda3ee37d8467978f80c303e7df1b6661 100644
|
| --- a/content/test/plugin/plugin_npobject_identity_test.h
|
| +++ b/content/test/plugin/plugin_npobject_identity_test.h
|
| @@ -19,7 +19,7 @@ class NPObjectIdentityTest : public PluginTest {
|
| NPObjectIdentityTest(NPP id, NPNetscapeFuncs *host_functions);
|
|
|
| // NPAPI SetWindow handler.
|
| - virtual NPError SetWindow(NPWindow* pNPWindow) override;
|
| + NPError SetWindow(NPWindow* pNPWindow) override;
|
| };
|
|
|
| } // namespace NPAPIClient
|
|
|