Index: content/test/plugin/plugin_setup_test.h |
diff --git a/content/test/plugin/plugin_setup_test.h b/content/test/plugin/plugin_setup_test.h |
index b00554ef7219eba9bcc0ffda88971aff8cb9bf46..9611ecc391cf4ea1800e4b1078c2d95db14bfcf1 100644 |
--- a/content/test/plugin/plugin_setup_test.h |
+++ b/content/test/plugin/plugin_setup_test.h |
@@ -16,7 +16,7 @@ class PluginSetupTest : public PluginTest { |
PluginSetupTest(NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler. |
- virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE; |
+ virtual NPError SetWindow(NPWindow* pNPWindow) override; |
}; |
} // namespace NPAPIClient |