Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / safe_browsing / download_feedback.cc
index 0a149d6..27f4008 100644 (file)
@@ -38,15 +38,15 @@ class DownloadFeedbackImpl : public DownloadFeedback {
                        const base::FilePath& file_path,
                        const std::string& ping_request,
                        const std::string& ping_response);
-  virtual ~DownloadFeedbackImpl();
+  ~DownloadFeedbackImpl() override;
 
-  virtual void Start(const base::Closure& finish_callback) OVERRIDE;
+  void Start(const base::Closure& finish_callback) override;
 
-  virtual const std::string& GetPingRequestForTesting() const OVERRIDE {
+  const std::string& GetPingRequestForTesting() const override {
     return ping_request_;
   }
 
-  virtual const std::string& GetPingResponseForTesting() const OVERRIDE {
+  const std::string& GetPingResponseForTesting() const override {
     return ping_response_;
   }