Index: content/browser/pepper_flash_settings_helper_impl.h |
diff --git a/content/browser/pepper_flash_settings_helper_impl.h b/content/browser/pepper_flash_settings_helper_impl.h |
index 19584a8cec3cb201fac05aef8021164684658e82..a579ab148857462bfbbe1317736e4b5eb9b257ee 100644 |
--- a/content/browser/pepper_flash_settings_helper_impl.h |
+++ b/content/browser/pepper_flash_settings_helper_impl.h |
@@ -21,15 +21,15 @@ class CONTENT_EXPORT PepperFlashSettingsHelperImpl |
// PepperFlashSettingsHelper implementation. |
virtual void OpenChannelToBroker( |
const base::FilePath& path, |
- const OpenChannelCallback& callback) OVERRIDE; |
+ const OpenChannelCallback& callback) override; |
// PpapiPluginProcessHost::BrokerClient implementation. |
virtual void GetPpapiChannelInfo(base::ProcessHandle* renderer_handle, |
- int* renderer_id) OVERRIDE; |
+ int* renderer_id) override; |
virtual void OnPpapiChannelOpened(const IPC::ChannelHandle& channel_handle, |
base::ProcessId plugin_pid, |
- int plugin_child_id) OVERRIDE; |
- virtual bool OffTheRecord() OVERRIDE; |
+ int plugin_child_id) override; |
+ virtual bool OffTheRecord() override; |
protected: |
virtual ~PepperFlashSettingsHelperImpl(); |