summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/malware_details_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/safe_browsing/malware_details_unittest.cc')
-rw-r--r--chrome/browser/safe_browsing/malware_details_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc
index dc9580c..d6e253f 100644
--- a/chrome/browser/safe_browsing/malware_details_unittest.cc
+++ b/chrome/browser/safe_browsing/malware_details_unittest.cc
@@ -52,6 +52,7 @@ static const char* kLandingHeaders =
"Set-Cookie: tastycookie\n"; // This header is stripped.
static const char* kLandingData = "<iframe src='http://www.malware.com'>";
+using content::BrowserThread;
using safe_browsing::ClientMalwareReportRequest;
namespace {