| Index: chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc
|
| index 1b6437027503ca05c0214e542b308659811f2382..b42229bf07bd1ef70b861cb162b9d68422990a5b 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc
|
| @@ -64,7 +64,7 @@ void VerifyBlacklistLoadState(scoped_ptr<IncidentReceiver> incident_receiver) {
|
| blacklist_load->set_path(base::WideToUTF8(sanitized_path.value()));
|
|
|
| // Digest.
|
| - scoped_refptr<safe_browsing::BinaryFeatureExtractor>
|
| + scoped_refptr<BinaryFeatureExtractor>
|
| binary_feature_extractor(new BinaryFeatureExtractor());
|
| base::TimeTicks start_time = base::TimeTicks::Now();
|
| binary_feature_extractor->ExtractDigest(module_path,
|
|
|