Index: content/test/plugin/plugin_delete_plugin_in_deallocate_test.h |
diff --git a/content/test/plugin/plugin_delete_plugin_in_deallocate_test.h b/content/test/plugin/plugin_delete_plugin_in_deallocate_test.h |
index d04fd00c71facb4689a266821d01bffb3e8d3c5d..353836001c6800f2127ac92b2fe57e0cf7f98158 100644 |
--- a/content/test/plugin/plugin_delete_plugin_in_deallocate_test.h |
+++ b/content/test/plugin/plugin_delete_plugin_in_deallocate_test.h |
@@ -20,8 +20,8 @@ class DeletePluginInDeallocateTest : public PluginTest { |
DeletePluginInDeallocateTest(NPP id, NPNetscapeFuncs* host_functions); |
// NPAPI handlers. |
- virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE; |
- virtual NPError Destroy() OVERRIDE; |
+ virtual NPError SetWindow(NPWindow* pNPWindow) override; |
+ virtual NPError Destroy() override; |
NPObject* npobject_; |
bool test_started_; |