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

Unified Diff: gin/per_context_data.h

Issue 645853012: Standardize usage of virtual/override/final in gin/ (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 | « gin/modules/timer_unittest.cc ('k') | gin/public/v8_platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/per_context_data.h
diff --git a/gin/per_context_data.h b/gin/per_context_data.h
index 0d1165345df98d083ad1bacfe5244e34a7a4cd1c..de8f1793ef6ccc9e962c44cb2e15ebd615cd1480 100644
--- a/gin/per_context_data.h
+++ b/gin/per_context_data.h
@@ -24,7 +24,7 @@ class GIN_EXPORT PerContextData : public base::SupportsUserData {
public:
PerContextData(ContextHolder* context_holder,
v8::Handle<v8::Context> context);
- virtual ~PerContextData();
+ ~PerContextData() override;
// Can return NULL after the ContextHolder has detached from context.
static PerContextData* From(v8::Handle<v8::Context> context);
« no previous file with comments | « gin/modules/timer_unittest.cc ('k') | gin/public/v8_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698