| Index: chrome/browser/chromeos/drive/download_handler.h
 | 
| diff --git a/chrome/browser/chromeos/drive/download_handler.h b/chrome/browser/chromeos/drive/download_handler.h
 | 
| index ab5a17b099e009a93a3995ed7583d1efe2ad6edd..cd4aa10f99fc1227e72a06f792ae437d99b866e6 100644
 | 
| --- a/chrome/browser/chromeos/drive/download_handler.h
 | 
| +++ b/chrome/browser/chromeos/drive/download_handler.h
 | 
| @@ -76,9 +76,9 @@ class DownloadHandler : public AllDownloadItemNotifier::Observer {
 | 
|   private:
 | 
|    // AllDownloadItemNotifier::Observer overrides:
 | 
|    virtual void OnDownloadCreated(content::DownloadManager* manager,
 | 
| -                                 content::DownloadItem* download) OVERRIDE;
 | 
| +                                 content::DownloadItem* download) override;
 | 
|    virtual void OnDownloadUpdated(content::DownloadManager* manager,
 | 
| -                                 content::DownloadItem* download) OVERRIDE;
 | 
| +                                 content::DownloadItem* download) override;
 | 
|  
 | 
|    // Removes the download.
 | 
|    void RemoveDownload(void* manager_id, int id);
 | 
| 
 |