Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / plugin / plugin_npobject_proxy_test.h
index e732efd..5ffc832 100644 (file)
@@ -20,7 +20,7 @@ class NPObjectProxyTest : public PluginTest {
   NPObjectProxyTest(NPP id, NPNetscapeFuncs *host_functions);
 
   // NPAPI SetWindow handler.
-  virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
+  NPError SetWindow(NPWindow* pNPWindow) override;
 };
 
 }  // namespace NPAPIClient