Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / download / download_request_infobar_delegate_unittest.cc
index e0b657b..2506a31 100644 (file)
 class MockTabDownloadState : public DownloadRequestLimiter::TabDownloadState {
  public:
   MockTabDownloadState();
-  virtual ~MockTabDownloadState();
+  ~MockTabDownloadState() override;
 
   // DownloadRequestLimiter::TabDownloadState:
-  virtual void Cancel() OVERRIDE;
-  virtual void Accept() OVERRIDE;
-  virtual void CancelOnce() OVERRIDE;
+  void Cancel() override;
+  void Accept() override;
+  void CancelOnce() override;
 
   ConfirmInfoBarDelegate* infobar_delegate() { return infobar_delegate_.get(); }
   void delete_infobar_delegate() { infobar_delegate_.reset(); }