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

Unified Diff: content/shell/browser/shell_download_manager_delegate.h

Issue 629143003: Replace OVERRIDE and FINAL with override and final in content/shell/[a-s]* (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/shell/browser/shell_download_manager_delegate.h
diff --git a/content/shell/browser/shell_download_manager_delegate.h b/content/shell/browser/shell_download_manager_delegate.h
index 97ca30c63afcb3074284b39c9ff5c0aa77a6172d..558eb0fe0006fed55b0a03a339e7b45023f79a09 100644
--- a/content/shell/browser/shell_download_manager_delegate.h
+++ b/content/shell/browser/shell_download_manager_delegate.h
@@ -21,14 +21,14 @@ class ShellDownloadManagerDelegate : public DownloadManagerDelegate {
void SetDownloadManager(DownloadManager* manager);
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
virtual bool DetermineDownloadTarget(
DownloadItem* download,
- const DownloadTargetCallback& callback) OVERRIDE;
+ const DownloadTargetCallback& callback) override;
virtual bool ShouldOpenDownload(
DownloadItem* item,
- const DownloadOpenDelayedCallback& callback) OVERRIDE;
- virtual void GetNextId(const DownloadIdCallback& callback) OVERRIDE;
+ const DownloadOpenDelayedCallback& callback) override;
+ virtual void GetNextId(const DownloadIdCallback& callback) override;
// Inhibits prompting and sets the default download path.
void SetDownloadBehaviorForTesting(
« no previous file with comments | « content/shell/browser/shell_devtools_frontend.h ('k') | content/shell/browser/shell_javascript_dialog_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698