Index: webkit/plugins/npapi/test/plugin_npobject_identity_test.h |
diff --git a/webkit/plugins/npapi/test/plugin_npobject_identity_test.h b/webkit/plugins/npapi/test/plugin_npobject_identity_test.h |
index 9841e884ec3a377fc668a1c785d726d04b6b2b53..93b2e78f9dc0a1217dfc96436506e1944bb60706 100644 |
--- a/webkit/plugins/npapi/test/plugin_npobject_identity_test.h |
+++ b/webkit/plugins/npapi/test/plugin_npobject_identity_test.h |
@@ -18,7 +18,7 @@ class NPObjectIdentityTest : public PluginTest { |
NPObjectIdentityTest(NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler. |
- virtual NPError SetWindow(NPWindow* pNPWindow); |
+ virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE; |
}; |
} // namespace NPAPIClient |