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

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

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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/drag_download_util.h
diff --git a/content/browser/download/drag_download_util.h b/content/browser/download/drag_download_util.h
index df8bde049aed47bbbb724c951f4f343566b7e1e9..95a5521b0d1be42731953a82cee97081fcd590cd 100644
--- a/content/browser/download/drag_download_util.h
+++ b/content/browser/download/drag_download_util.h
@@ -47,8 +47,8 @@ class CONTENT_EXPORT PromiseFileFinalizer : public ui::DownloadFileObserver {
virtual ~PromiseFileFinalizer();
// DownloadFileObserver methods.
- virtual void OnDownloadCompleted(const FilePath& file_path);
- virtual void OnDownloadAborted();
+ virtual void OnDownloadCompleted(const FilePath& file_path) OVERRIDE;
+ virtual void OnDownloadAborted() OVERRIDE;
private:
void Cleanup();
« no previous file with comments | « content/browser/download/drag_download_file.h ('k') | content/browser/download/save_file_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698