| 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 288daa1ecaf764428078daf3ef99b5193a3948cc..9e6827744035d4b6df21ebb2b0a09148e6e3cd52 100644
|
| --- a/components/plugins/renderer/mobile_youtube_plugin.h
|
| +++ b/components/plugins/renderer/mobile_youtube_plugin.h
|
| @@ -32,11 +32,11 @@ class MobileYouTubePlugin : public PluginPlaceholder {
|
| void OpenYoutubeUrlCallback();
|
|
|
| // WebViewPlugin::Delegate (via PluginPlaceholder) method
|
| - virtual void BindWebFrame(blink::WebFrame* frame) OVERRIDE;
|
| + virtual void BindWebFrame(blink::WebFrame* frame) override;
|
|
|
| // gin::Wrappable (via PluginPlaceholder) method
|
| virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
| - v8::Isolate* isolate) OVERRIDE;
|
| + v8::Isolate* isolate) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MobileYouTubePlugin);
|
| };
|
|
|