Index: content/test/plugin/plugin_npobject_proxy_test.h |
diff --git a/content/test/plugin/plugin_npobject_proxy_test.h b/content/test/plugin/plugin_npobject_proxy_test.h |
index a35a34c791479c83f04729a59b470f4575135cbc..5ffc832dce2a64fde87976b364d2d1d25ffde032 100644 |
--- a/content/test/plugin/plugin_npobject_proxy_test.h |
+++ b/content/test/plugin/plugin_npobject_proxy_test.h |
@@ -20,7 +20,7 @@ class NPObjectProxyTest : public PluginTest { |
NPObjectProxyTest(NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler. |
- virtual NPError SetWindow(NPWindow* pNPWindow) override; |
+ NPError SetWindow(NPWindow* pNPWindow) override; |
}; |
} // namespace NPAPIClient |