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

Unified Diff: ppapi/shared_impl/ppb_instance_shared.h

Issue 631733002: Replacing the OVERRIDE with override and FINAL with final in ppapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: ppapi/shared_impl/ppb_instance_shared.h
diff --git a/ppapi/shared_impl/ppb_instance_shared.h b/ppapi/shared_impl/ppb_instance_shared.h
index 61ca56dc3aad3cb921b0f32d1d9d250539a3f8a5..717adedd9e3348949fb4dcc86647a3e961149357 100644
--- a/ppapi/shared_impl/ppb_instance_shared.h
+++ b/ppapi/shared_impl/ppb_instance_shared.h
@@ -20,11 +20,11 @@ class PPAPI_SHARED_EXPORT PPB_Instance_Shared
// Implementation of some shared PPB_Instance_FunctionAPI functions.
virtual void Log(PP_Instance instance,
PP_LogLevel log_level,
- PP_Var value) OVERRIDE;
+ PP_Var value) override;
virtual void LogWithSource(PP_Instance instance,
PP_LogLevel log_level,
PP_Var source,
- PP_Var value) OVERRIDE;
+ PP_Var value) override;
// Error checks the given resquest to Request[Filtering]InputEvents. Returns
// PP_OK if the given classes are all valid, PP_ERROR_NOTSUPPORTED if not.

Powered by Google App Engine
This is Rietveld 408576698