Index: content/test/plugin/plugin_window_size_test.h |
diff --git a/content/test/plugin/plugin_window_size_test.h b/content/test/plugin/plugin_window_size_test.h |
index ea098de3953eb4146837d35f44e3a2d89af1cc66..d8aaf225ec90f89add3671ec4a61dab66b92a845 100644 |
--- a/content/test/plugin/plugin_window_size_test.h |
+++ b/content/test/plugin/plugin_window_size_test.h |
@@ -17,7 +17,7 @@ class PluginWindowSizeTest : public PluginTest { |
// Constructor. |
PluginWindowSizeTest(NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler |
- virtual NPError SetWindow(NPWindow* pNPWindow) override; |
+ NPError SetWindow(NPWindow* pNPWindow) override; |
}; |
} // namespace NPAPIClient |