Index: content/test/plugin/plugin_private_test.h |
diff --git a/content/test/plugin/plugin_private_test.h b/content/test/plugin/plugin_private_test.h |
index a3826697b1c5c15d935f64c8e258022a03d86212..6a7fdb220768046362ff44844f101bae8dfd8e04 100644 |
--- a/content/test/plugin/plugin_private_test.h |
+++ b/content/test/plugin/plugin_private_test.h |
@@ -18,7 +18,7 @@ class PrivateTest : public PluginTest { |
// Initialize this PluginTest based on the arguments from NPP_New. |
virtual NPError New(uint16 mode, int16 argc, const char* argn[], |
- const char* argv[], NPSavedData* saved) OVERRIDE; |
+ const char* argv[], NPSavedData* saved) override; |
}; |
} // namespace NPAPIClient |