| Index: chrome/browser/safe_browsing/malware_details_history.h
|
| diff --git a/chrome/browser/safe_browsing/malware_details_history.h b/chrome/browser/safe_browsing/malware_details_history.h
|
| index 319362648dbb3eae19fbd2fd2b77acc5ce5519fc..7482cc583784427e0521869715bf7052600e8e04 100644
|
| --- a/chrome/browser/safe_browsing/malware_details_history.h
|
| +++ b/chrome/browser/safe_browsing/malware_details_history.h
|
| @@ -47,16 +47,16 @@ class MalwareDetailsRedirectsCollector
|
| const std::vector<safe_browsing::RedirectChain>& GetCollectedUrls() const;
|
|
|
| // content::NotificationObserver
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override;
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override;
|
|
|
| private:
|
| friend struct content::BrowserThread::DeleteOnThread<
|
| content::BrowserThread::UI>;
|
| friend class base::DeleteHelper<MalwareDetailsRedirectsCollector>;
|
|
|
| - virtual ~MalwareDetailsRedirectsCollector();
|
| + ~MalwareDetailsRedirectsCollector() override;
|
|
|
| void StartGetRedirects(const std::vector<GURL>& urls);
|
| void GetRedirects(const GURL& url);
|
|
|