Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / shell / tools / plugin / Tests / GetURLWithJavaScriptURLDestroyingPlugin.cpp
index fbc760a..37ad4a5 100644 (file)
@@ -41,12 +41,12 @@ public:
     }
 
 private:
virtual NPError NPP_New(NPMIMEType pluginType,
-                         uint16_t mode,
-                         int16_t argc,
-                         char* argn[],
-                         char* argv[],
-                         NPSavedData* saved) OVERRIDE {
+ NPError NPP_New(NPMIMEType pluginType,
+                 uint16_t mode,
+                 int16_t argc,
+                 char* argn[],
+                 char* argv[],
+                 NPSavedData* saved) override {
         NPN_GetURL("javascript:removePlugin()", 0);
         return NPERR_NO_ERROR;
     }