| 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 f6a4a87545352f9da952b3add18e6deca314c12b..5a40163614b8433f11c99e948645303f66da8c44 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;
|
| + 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;
|
| + NPError SetWindow(NPWindow* window) override;
|
|
|
| private:
|
| // Do a platform-specific validation of the passed-in |window|.
|
|
|