| Index: chrome/browser/chromeos/drive/download_handler.cc
|
| diff --git a/chrome/browser/chromeos/drive/download_handler.cc b/chrome/browser/chromeos/drive/download_handler.cc
|
| index ba4be38e096912e44cb8c9b8378527ef40f182ba..ed337358f22b30f74881d94d4421e5c3c017a4d8 100644
|
| --- a/chrome/browser/chromeos/drive/download_handler.cc
|
| +++ b/chrome/browser/chromeos/drive/download_handler.cc
|
| @@ -33,7 +33,7 @@ class DriveUserData : public base::SupportsUserData::Data {
|
| public:
|
| explicit DriveUserData(const base::FilePath& path) : file_path_(path),
|
| is_complete_(false) {}
|
| - virtual ~DriveUserData() {}
|
| + ~DriveUserData() override {}
|
|
|
| const base::FilePath& file_path() const { return file_path_; }
|
| const base::FilePath& cache_file_path() const { return cache_file_path_; }
|
|
|