| Index: chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| diff --git a/chrome/browser/safe_browsing/browser_feature_extractor.cc b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| index 5dd41865eb84fb261ce85f773d9b927ba2200a37..0723d00526d17a504803ed9fed3d856972c49923 100644
|
| --- a/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| +++ b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| @@ -26,6 +26,8 @@
|
| #include "content/public/common/page_transition_types.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace safe_browsing {
|
|
|
| BrowseInfo::BrowseInfo() : http_status_code(0) {}
|
|
|