diff --git a/storage/http_map_files_downloader.hpp b/storage/http_map_files_downloader.hpp index a57c7a10f..6eca62e96 100644 --- a/storage/http_map_files_downloader.hpp +++ b/storage/http_map_files_downloader.hpp @@ -18,7 +18,7 @@ namespace storage /// and file downloading. // // *NOTE*, this class is not thread-safe. -class HttpMapFilesDownloader : public MapFilesDownloaderWithPing +class HttpMapFilesDownloader : public MapFilesDownloader { public: virtual ~HttpMapFilesDownloader(); @@ -29,7 +29,7 @@ public: QueueInterface const & GetQueue() const override; private: - // MapFilesDownloaderWithServerList overrides: + // MapFilesDownloader overrides: void Download(QueuedCountry && queuedCountry) override; void Download();