| Index: remoting/client/plugin/pepper_entrypoints.cc
|
| diff --git a/remoting/client/plugin/pepper_entrypoints.cc b/remoting/client/plugin/pepper_entrypoints.cc
|
| index 7cd5bf165d86690621db54e0cb509c37876dd033..b40f90e0ea0702e8d12b094c7d00a7379b8852ab 100644
|
| --- a/remoting/client/plugin/pepper_entrypoints.cc
|
| +++ b/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 {
|
| + virtual ChromotingInstance* CreateInstance(PP_Instance instance) override {
|
| return new ChromotingInstance(instance);
|
| }
|
| };
|
|
|