X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fdownload%2Fdownload_service.h;h=ad6c7456ec20a1820d362609c00532a1d0d01e25;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=dbd32f0d54573ce7317602c570a364cf5ad46e13;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/download/download_service.h b/src/chrome/browser/download/download_service.h index dbd32f0..ad6c745 100644 --- a/src/chrome/browser/download/download_service.h +++ b/src/chrome/browser/download/download_service.h @@ -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.