| Index: chrome/browser/safe_browsing/malware_details_history.cc
|
| diff --git a/chrome/browser/safe_browsing/malware_details_history.cc b/chrome/browser/safe_browsing/malware_details_history.cc
|
| index c0cf3db71a053ff6be139a9d1e28dc891e6458e6..987c0f6b883792ca7a22db643447f760eea6cc6e 100644
|
| --- a/chrome/browser/safe_browsing/malware_details_history.cc
|
| +++ b/chrome/browser/safe_browsing/malware_details_history.cc
|
| @@ -18,6 +18,8 @@
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| MalwareDetailsRedirectsCollector::MalwareDetailsRedirectsCollector(
|
| Profile* profile)
|
| : profile_(profile),
|
|
|