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

Unified Diff: ppapi/shared_impl/dictionary_var.h

Issue 630883002: replace OVERRIDE and FINAL with override and 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
« no previous file with comments | « ppapi/shared_impl/array_var.h ('k') | ppapi/shared_impl/media_stream_buffer_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/dictionary_var.h
diff --git a/ppapi/shared_impl/dictionary_var.h b/ppapi/shared_impl/dictionary_var.h
index 728bae11d5cbbad808407139d8164df04c1676cf..628fdeec660ad9dd902daa39a870948831dfa2f2 100644
--- a/ppapi/shared_impl/dictionary_var.h
+++ b/ppapi/shared_impl/dictionary_var.h
@@ -29,8 +29,8 @@ class PPAPI_SHARED_EXPORT DictionaryVar : public Var {
static DictionaryVar* FromPPVar(const PP_Var& var);
// Var overrides.
- virtual DictionaryVar* AsDictionaryVar() OVERRIDE;
- virtual PP_VarType GetType() const OVERRIDE;
+ virtual DictionaryVar* AsDictionaryVar() override;
+ virtual PP_VarType GetType() const override;
// The returned PP_Var has had a ref added on behalf of the caller.
PP_Var Get(const PP_Var& key) const;
« no previous file with comments | « ppapi/shared_impl/array_var.h ('k') | ppapi/shared_impl/media_stream_buffer_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698