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

Unified Diff: ppapi/native_client/src/trusted/plugin/module_ppapi.h

Issue 868273002: NaCl: Fix Chromium style warnings in src/trusted/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | ppapi/native_client/src/trusted/plugin/nacl_subprocess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/module_ppapi.h
diff --git a/ppapi/native_client/src/trusted/plugin/module_ppapi.h b/ppapi/native_client/src/trusted/plugin/module_ppapi.h
index ee7bd1980eeb2003d900174ba834c39d74669189..9e520a1c535077bb6677ad25e142c1cdac249f0a 100644
--- a/ppapi/native_client/src/trusted/plugin/module_ppapi.h
+++ b/ppapi/native_client/src/trusted/plugin/module_ppapi.h
@@ -13,11 +13,11 @@ class ModulePpapi : public pp::Module {
public:
ModulePpapi();
- virtual ~ModulePpapi();
+ ~ModulePpapi() override;
- virtual bool Init();
+ bool Init() override;
- virtual pp::Instance* CreateInstance(PP_Instance pp_instance);
+ pp::Instance* CreateInstance(PP_Instance pp_instance) override;
private:
bool init_was_successful_;
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/nacl_subprocess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698