Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / shell / tools / plugin / Tests / GetUserAgentWithNullNPPFromNPPNew.cpp
index 380d7d0..ee86d37 100644 (file)
@@ -43,12 +43,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 {
         if (!browser->uagent(0))
             pluginLog(m_npp, "FAILURE: Null user agent returned.");
         else