Index: content/browser/android/download_controller_android_impl.h |
diff --git a/content/browser/android/download_controller_android_impl.h b/content/browser/android/download_controller_android_impl.h |
index 3b5e6523692991063b9861fbbda3da8cefd5a24c..7bc71bf74e23380f75ac49f00acdcc9b97bbc0e6 100644 |
--- a/content/browser/android/download_controller_android_impl.h |
+++ b/content/browser/android/download_controller_android_impl.h |
@@ -77,16 +77,16 @@ class DownloadControllerAndroidImpl : public DownloadControllerAndroid, |
// DownloadControllerAndroid implementation. |
virtual void CreateGETDownload(int render_process_id, int render_view_id, |
- int request_id) OVERRIDE; |
- virtual void OnDownloadStarted(DownloadItem* download_item) OVERRIDE; |
+ int request_id) override; |
+ virtual void OnDownloadStarted(DownloadItem* download_item) override; |
virtual void StartContextMenuDownload( |
const ContextMenuParams& params, WebContents* web_contents, |
- bool is_link) OVERRIDE; |
+ bool is_link) override; |
virtual void DangerousDownloadValidated( |
- WebContents* web_contents, int download_id, bool accept) OVERRIDE; |
+ WebContents* web_contents, int download_id, bool accept) override; |
// DownloadItem::Observer interface. |
- virtual void OnDownloadUpdated(DownloadItem* item) OVERRIDE; |
+ virtual void OnDownloadUpdated(DownloadItem* item) override; |
typedef base::Callback<void(const DownloadInfoAndroid&)> |
GetDownloadInfoCB; |