Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / client / plugin / pepper_entrypoints.cc
index 7cd5bf1..e337ed2 100644 (file)
@@ -18,7 +18,7 @@ namespace remoting {
 
 class ChromotingModule : public pp::Module {
  protected:
-  virtual ChromotingInstance* CreateInstance(PP_Instance instance) OVERRIDE {
+  ChromotingInstance* CreateInstance(PP_Instance instance) override {
     return new ChromotingInstance(instance);
   }
 };