Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / plugin / plugin_get_javascript_url_test.h
index e2e176c..e45b03a 100644 (file)
@@ -19,16 +19,15 @@ class ExecuteGetJavascriptUrlTest : public PluginTest {
   //
   // NPAPI functions
   //
-  virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
-  virtual NPError NewStream(NPMIMEType type, NPStream* stream,
-                            NPBool seekable, uint16* stype) OVERRIDE;
-  virtual int32   WriteReady(NPStream *stream) OVERRIDE;
-  virtual int32   Write(NPStream *stream, int32 offset, int32 len,
-                        void *buffer) OVERRIDE;
-  virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
-  virtual void    URLNotify(const char* url,
-                            NPReason reason,
-                            void* data) OVERRIDE;
+  NPError SetWindow(NPWindow* pNPWindow) override;
+  NPError NewStream(NPMIMEType type,
+                    NPStream* stream,
+                    NPBool seekable,
+                    uint16* stype) override;
+  int32 WriteReady(NPStream* stream) override;
+  int32 Write(NPStream* stream, int32 offset, int32 len, void* buffer) override;
+  NPError DestroyStream(NPStream* stream, NPError reason) override;
+  void URLNotify(const char* url, NPReason reason, void* data) override;
 
  private:
 #if defined(OS_WIN)