Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / storage / browser / blob / view_blob_internals_job.h
index 3fc2f08..4ab1e30 100644 (file)
@@ -29,17 +29,16 @@ class STORAGE_EXPORT ViewBlobInternalsJob
                        net::NetworkDelegate* network_delegate,
                        BlobStorageContext* blob_storage_context);
 
-  virtual void Start() OVERRIDE;
-  virtual int GetData(std::string* mime_type,
-                      std::string* charset,
-                      std::string* data,
-                      const net::CompletionCallback& callback) const OVERRIDE;
-  virtual bool IsRedirectResponse(GURL* location,
-                                  int* http_status_code) OVERRIDE;
-  virtual void Kill() OVERRIDE;
+  void Start() override;
+  int GetData(std::string* mime_type,
+              std::string* charset,
+              std::string* data,
+              const net::CompletionCallback& callback) const override;
+  bool IsRedirectResponse(GURL* location, int* http_status_code) override;
+  void Kill() override;
 
  private:
-  virtual ~ViewBlobInternalsJob();
+  ~ViewBlobInternalsJob() override;
 
   void GenerateHTML(std::string* out) const;
   static void GenerateHTMLForBlobData(const BlobData& blob_data,