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

Unified Diff: content/browser/download/download_request_handle.h

Issue 638503002: Replacing the OVERRIDE with override and FINAL with final in content/browser/[download|… (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: content/browser/download/download_request_handle.h
diff --git a/content/browser/download/download_request_handle.h b/content/browser/download/download_request_handle.h
index de1d8ae83d1496799e041d46edbed96f9873afdf..a082905c8a1255ea3ecad30886665adf1d18b41d 100644
--- a/content/browser/download/download_request_handle.h
+++ b/content/browser/download/download_request_handle.h
@@ -63,12 +63,12 @@ class CONTENT_EXPORT DownloadRequestHandle
int request_id);
// Implement DownloadRequestHandleInterface interface.
- virtual WebContents* GetWebContents() const OVERRIDE;
- virtual DownloadManager* GetDownloadManager() const OVERRIDE;
- virtual void PauseRequest() const OVERRIDE;
- virtual void ResumeRequest() const OVERRIDE;
- virtual void CancelRequest() const OVERRIDE;
- virtual std::string DebugString() const OVERRIDE;
+ virtual WebContents* GetWebContents() const override;
+ virtual DownloadManager* GetDownloadManager() const override;
+ virtual void PauseRequest() const override;
+ virtual void ResumeRequest() const override;
+ virtual void CancelRequest() const override;
+ virtual std::string DebugString() const override;
private:
base::WeakPtr<DownloadResourceHandler> handler_;
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/browser/download/download_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698