X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fremoting%2Fclient%2Fplugin%2Fpepper_entrypoints.cc;h=e337ed2db7abfdd8c2dbc26952ff6477920344a0;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=7cd5bf165d86690621db54e0cb509c37876dd033;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/remoting/client/plugin/pepper_entrypoints.cc b/src/remoting/client/plugin/pepper_entrypoints.cc index 7cd5bf1..e337ed2 100644 --- a/src/remoting/client/plugin/pepper_entrypoints.cc +++ b/src/remoting/client/plugin/pepper_entrypoints.cc @@ -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); } };