Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / plugin / plugin_delete_plugin_in_stream_test.h
index 646d5d6..2613a72 100644 (file)
@@ -18,9 +18,12 @@ class DeletePluginInStreamTest : public PluginTest {
   //
   // NPAPI functions
   //
-  virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
-  virtual NPError NewStream(NPMIMEType type, NPStream* stream,
-                            NPBool seekable, uint16* stype) OVERRIDE;
+  NPError SetWindow(NPWindow* pNPWindow) override;
+  NPError NewStream(NPMIMEType type,
+                    NPStream* stream,
+                    NPBool seekable,
+                    uint16* stype) override;
+
  private:
   bool test_started_;
   std::string self_url_;