Index: content/test/plugin/plugin_setup_test.h |
diff --git a/content/test/plugin/plugin_setup_test.h b/content/test/plugin/plugin_setup_test.h |
index 9611ecc391cf4ea1800e4b1078c2d95db14bfcf1..98452a934ea9698822203642582ebb70fdda4ead 100644 |
--- a/content/test/plugin/plugin_setup_test.h |
+++ b/content/test/plugin/plugin_setup_test.h |
@@ -16,7 +16,7 @@ class PluginSetupTest : public PluginTest { |
PluginSetupTest(NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler. |
- virtual NPError SetWindow(NPWindow* pNPWindow) override; |
+ NPError SetWindow(NPWindow* pNPWindow) override; |
}; |
} // namespace NPAPIClient |