| Index: remoting/client/plugin/pepper_entrypoints.cc
|
| ===================================================================
|
| --- remoting/client/plugin/pepper_entrypoints.cc (revision 180901)
|
| +++ remoting/client/plugin/pepper_entrypoints.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
|
|
| class ChromotingModule : public pp::Module {
|
| protected:
|
| - virtual ChromotingInstance* CreateInstance(PP_Instance instance) {
|
| + virtual ChromotingInstance* CreateInstance(PP_Instance instance) OVERRIDE {
|
| return new ChromotingInstance(instance);
|
| }
|
| };
|
|
|