| Index: components/safe_browsing/renderer/phishing_url_feature_extractor.cc
|
| diff --git a/chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc b/components/safe_browsing/renderer/phishing_url_feature_extractor.cc
|
| similarity index 96%
|
| rename from chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc
|
| rename to components/safe_browsing/renderer/phishing_url_feature_extractor.cc
|
| index 1b416f2f5c2594dc07f9de6dad9698bbfef23d6b..7601cf7044304f7cf1e44fbce3388803e331a865 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc
|
| +++ b/components/safe_browsing/renderer/phishing_url_feature_extractor.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/renderer/safe_browsing/phishing_url_feature_extractor.h"
|
| +#include "components/safe_browsing/renderer/phishing_url_feature_extractor.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -13,7 +13,7 @@
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/timer/elapsed_timer.h"
|
| -#include "chrome/renderer/safe_browsing/features.h"
|
| +#include "components/safe_browsing/renderer/features.h"
|
| #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
|
| #include "url/gurl.h"
|
|
|
|
|