Index: content/test/plugin/plugin_window_size_test.h |
diff --git a/content/test/plugin/plugin_window_size_test.h b/content/test/plugin/plugin_window_size_test.h |
index 6435a6faed2fc0c730a770e5c236e3e55b0816f2..ea098de3953eb4146837d35f44e3a2d89af1cc66 100644 |
--- a/content/test/plugin/plugin_window_size_test.h |
+++ b/content/test/plugin/plugin_window_size_test.h |
@@ -17,7 +17,7 @@ class PluginWindowSizeTest : public PluginTest { |
// Constructor. |
PluginWindowSizeTest(NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler |
- virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE; |
+ virtual NPError SetWindow(NPWindow* pNPWindow) override; |
}; |
} // namespace NPAPIClient |