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 e732efddc452b0960295f623dcc1cc480cfc6868..a35a34c791479c83f04729a59b470f4575135cbc 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; |
+ virtual NPError SetWindow(NPWindow* pNPWindow) override; |
}; |
} // namespace NPAPIClient |