Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / download / download_service.h
index dbd32f0..ad6c745 100644 (file)
@@ -28,7 +28,7 @@ class ExtensionDownloadsEventRouter;
 class DownloadService : public KeyedService {
  public:
   explicit DownloadService(Profile* profile);
-  virtual ~DownloadService();
+  ~DownloadService() override;
 
   // Get the download manager delegate, creating it if it doesn't already exist.
   ChromeDownloadManagerDelegate* GetDownloadManagerDelegate();
@@ -68,7 +68,7 @@ class DownloadService : public KeyedService {
 
   // Will be called to release references on other services as part
   // of Profile shutdown.
-  virtual void Shutdown() OVERRIDE;
+  void Shutdown() override;
 
   // Returns false if at least one extension has disabled the shelf, true
   // otherwise.