| Index: chrome/browser/download/download_test_file_activity_observer.cc
|
| diff --git a/chrome/browser/download/download_test_file_activity_observer.cc b/chrome/browser/download/download_test_file_activity_observer.cc
|
| index db68b6fd60906615ff11c3777cc62fdcc3eb4f0a..ce3fa04f8daa8acb1c3090a8966967b476e21909 100644
|
| --- a/chrome/browser/download/download_test_file_activity_observer.cc
|
| +++ b/chrome/browser/download/download_test_file_activity_observer.cc
|
| @@ -52,14 +52,14 @@ class DownloadTestFileActivityObserver::MockDownloadManagerDelegate
|
| virtual void PromptUserForDownloadPath(content::DownloadItem* item,
|
| const base::FilePath& suggested_path,
|
| const FileSelectedCallback&
|
| - callback) OVERRIDE {
|
| + callback) override {
|
| file_chooser_displayed_ = true;
|
| base::MessageLoop::current()->PostTask(
|
| FROM_HERE, base::Bind(callback, (file_chooser_enabled_ ? suggested_path
|
| : base::FilePath())));
|
| }
|
|
|
| - virtual void OpenDownload(content::DownloadItem* item) OVERRIDE {}
|
| + virtual void OpenDownload(content::DownloadItem* item) override {}
|
|
|
| private:
|
| bool file_chooser_enabled_;
|
|
|