Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1546)

Unified Diff: remoting/client/plugin/pepper_module.cc

Issue 1101033002: Update {virtual,override} to follow C++11 style in remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/base/breakpad_win_unittest.cc ('k') | remoting/host/audio_capturer_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_module.cc
diff --git a/remoting/client/plugin/pepper_module.cc b/remoting/client/plugin/pepper_module.cc
index 557a70dfc1fa0fd07bb0cfea0ab688578578598a..7082967e8a4c75bc9237546ccc611574ee984261 100644
--- a/remoting/client/plugin/pepper_module.cc
+++ b/remoting/client/plugin/pepper_module.cc
@@ -12,7 +12,7 @@ namespace remoting {
class ChromotingModule : public pp::Module {
protected:
- virtual pp::Instance* CreateInstance(PP_Instance instance) override {
+ pp::Instance* CreateInstance(PP_Instance instance) override {
pp::Instance* result = new ChromotingInstance(instance);
return result;
}
« no previous file with comments | « remoting/base/breakpad_win_unittest.cc ('k') | remoting/host/audio_capturer_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698