Index: chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc |
diff --git a/chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc b/chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc |
index ceabc9dd1453632d05e31f460196c15ffff79a79..9822d911411082777d7e37a79dd22bea292e995d 100644 |
--- a/chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc |
+++ b/chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc |
@@ -11,8 +11,8 @@ |
#include "base/logging.h" |
#include "base/metrics/histogram.h" |
#include "base/perftimer.h" |
-#include "base/string_util.h" |
#include "base/strings/string_split.h" |
+#include "base/strings/string_util.h" |
#include "chrome/renderer/safe_browsing/features.h" |
#include "googleurl/src/gurl.h" |
#include "net/base/registry_controlled_domains/registry_controlled_domain.h" |