Index: content/test/plugin/plugin_javascript_open_popup.h |
diff --git a/content/test/plugin/plugin_javascript_open_popup.h b/content/test/plugin/plugin_javascript_open_popup.h |
index 1bc764e6c0702119f6892795e4b9e450d0424d97..f6a4a87545352f9da952b3add18e6deca314c12b 100644 |
--- a/content/test/plugin/plugin_javascript_open_popup.h |
+++ b/content/test/plugin/plugin_javascript_open_popup.h |
@@ -19,7 +19,7 @@ class ExecuteJavascriptOpenPopupWithPluginTest : public PluginTest { |
ExecuteJavascriptOpenPopupWithPluginTest( |
NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler. |
- virtual NPError SetWindow(NPWindow* window) OVERRIDE; |
+ virtual NPError SetWindow(NPWindow* window) override; |
private: |
bool popup_window_test_started_; |
@@ -32,7 +32,7 @@ class ExecuteJavascriptPopupWindowTargetPluginTest : public PluginTest { |
ExecuteJavascriptPopupWindowTargetPluginTest( |
NPP id, NPNetscapeFuncs *host_functions); |
// NPAPI SetWindow handler. |
- virtual NPError SetWindow(NPWindow* window) OVERRIDE; |
+ virtual NPError SetWindow(NPWindow* window) override; |
private: |
// Do a platform-specific validation of the passed-in |window|. |