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

Unified Diff: components/plugins/renderer/plugin_placeholder.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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: components/plugins/renderer/plugin_placeholder.h
diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
index 3427d40549069f42c99b537b317f9a66e0a199af..2d3733ff820cb116129748b7efcf534dbec96721 100644
--- a/components/plugins/renderer/plugin_placeholder.h
+++ b/components/plugins/renderer/plugin_placeholder.h
@@ -68,15 +68,15 @@ class PluginPlaceholder : public content::RenderFrameObserver,
// gin::Wrappable method:
virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
- v8::Isolate* isolate) OVERRIDE;
+ v8::Isolate* isolate) override;
private:
// WebViewPlugin::Delegate methods:
- virtual void ShowContextMenu(const blink::WebMouseEvent&) OVERRIDE;
- virtual void PluginDestroyed() OVERRIDE;
+ virtual void ShowContextMenu(const blink::WebMouseEvent&) override;
+ virtual void PluginDestroyed() override;
// RenderFrameObserver methods:
- virtual void OnDestruct() OVERRIDE;
+ virtual void OnDestruct() override;
// Javascript callbacks:
« no previous file with comments | « components/plugins/renderer/mobile_youtube_plugin.h ('k') | components/policy/core/browser/autofill_policy_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698