| Index: chrome/renderer/safe_browsing/phishing_term_feature_extractor.h
|
| diff --git a/chrome/renderer/safe_browsing/phishing_term_feature_extractor.h b/chrome/renderer/safe_browsing/phishing_term_feature_extractor.h
|
| index fbd9238a697d3c9c30c95e29f34c48e2bd345bf6..5e9bce5541a2b8c5cf452e307a9e9fe5651479c0 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_term_feature_extractor.h
|
| +++ b/chrome/renderer/safe_browsing/phishing_term_feature_extractor.h
|
| @@ -23,9 +23,9 @@
|
| #include "base/hash_tables.h"
|
| #include "base/memory/mru_cache.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "base/string_piece.h"
|
| #include "base/string16.h"
|
| -#include "base/task.h"
|
|
|
| namespace safe_browsing {
|
| class FeatureExtractorClock;
|
|
|