Index: content/test/plugin/plugin_npobject_identity_test.h |
diff --git a/content/test/plugin/plugin_npobject_identity_test.h b/content/test/plugin/plugin_npobject_identity_test.h |
index 3f8b7bde9fdc7b712c770fe470eb5883fb161972..d1bcda247e931faa7b618c268b1145b426acb87f 100644 |
--- a/content/test/plugin/plugin_npobject_identity_test.h |
+++ b/content/test/plugin/plugin_npobject_identity_test.h |
@@ -19,7 +19,7 @@ class NPObjectIdentityTest : public PluginTest { |
NPObjectIdentityTest(NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler. |
- virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE; |
+ virtual NPError SetWindow(NPWindow* pNPWindow) override; |
}; |
} // namespace NPAPIClient |