Index: chrome/browser/download/download_file_picker.h |
diff --git a/chrome/browser/download/download_file_picker.h b/chrome/browser/download/download_file_picker.h |
index f916b97b8546a1a2e22918bee6efd08eeb951793..79dc48409cfe4db75a63dc8c19030270a63f2958 100644 |
--- a/chrome/browser/download/download_file_picker.h |
+++ b/chrome/browser/download/download_file_picker.h |
@@ -24,12 +24,14 @@ class DownloadFilePicker : public DownloadManager::Observer, |
private: |
// DownloadManager::Observer implementation. |
- virtual void ModelChanged(); |
- virtual void ManagerGoingDown(); |
+ virtual void ModelChanged() OVERRIDE; |
+ virtual void ManagerGoingDown() OVERRIDE; |
// SelectFileDialog::Listener implementation. |
- virtual void FileSelected(const FilePath& path, int index, void* params); |
- virtual void FileSelectionCanceled(void* params); |
+ virtual void FileSelected(const FilePath& path, |
+ int index, |
+ void* params) OVERRIDE; |
+ virtual void FileSelectionCanceled(void* params) OVERRIDE; |
DownloadManager* download_manager_; |