| Index: chrome/renderer/safe_browsing/phishing_classifier.cc
|
| ===================================================================
|
| --- chrome/renderer/safe_browsing/phishing_classifier.cc (revision 74235)
|
| +++ chrome/renderer/safe_browsing/phishing_classifier.cc (working copy)
|
| @@ -10,6 +10,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| #include "base/sha2.h"
|
| +#include "base/string_util.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/renderer/render_view.h"
|
| #include "chrome/renderer/safe_browsing/feature_extractor_clock.h"
|
|
|