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