| Index: components/plugins/renderer/mobile_youtube_plugin.h
|
| diff --git a/components/plugins/renderer/mobile_youtube_plugin.h b/components/plugins/renderer/mobile_youtube_plugin.h
|
| index 9e6827744035d4b6df21ebb2b0a09148e6e3cd52..99a6213b654975785eb21acd04e0af5867e6b689 100644
|
| --- a/components/plugins/renderer/mobile_youtube_plugin.h
|
| +++ b/components/plugins/renderer/mobile_youtube_plugin.h
|
| @@ -26,16 +26,16 @@ class MobileYouTubePlugin : public PluginPlaceholder {
|
| static bool IsYouTubeURL(const GURL& url, const std::string& mime_type);
|
|
|
| private:
|
| - virtual ~MobileYouTubePlugin();
|
| + ~MobileYouTubePlugin() override;
|
|
|
| // Opens a youtube app in the current tab.
|
| void OpenYoutubeUrlCallback();
|
|
|
| // WebViewPlugin::Delegate (via PluginPlaceholder) method
|
| - virtual void BindWebFrame(blink::WebFrame* frame) override;
|
| + void BindWebFrame(blink::WebFrame* frame) override;
|
|
|
| // gin::Wrappable (via PluginPlaceholder) method
|
| - virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
| + gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
| v8::Isolate* isolate) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MobileYouTubePlugin);
|
|
|