Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / webstore_install_helper.h
index 370ce9c..36cdd24 100644 (file)
@@ -76,7 +76,7 @@ class WebstoreInstallHelper : public content::UtilityProcessHostClient,
   void Start();
 
  private:
-  virtual ~WebstoreInstallHelper();
+  ~WebstoreInstallHelper() override;
 
   void StartWorkOnIOThread();
   void StartFetchedImageDecode();
@@ -84,10 +84,10 @@ class WebstoreInstallHelper : public content::UtilityProcessHostClient,
   void ReportResultFromUIThread();
 
   // Implementing the net::URLFetcherDelegate interface.
-  virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+  void OnURLFetchComplete(const net::URLFetcher* source) override;
 
   // Implementing pieces of the UtilityProcessHostClient interface.
-  virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+  bool OnMessageReceived(const IPC::Message& message) override;
 
   // Message handlers.
   void OnDecodeImageSucceeded(const SkBitmap& decoded_image);