| Index: components/safe_browsing/renderer/phishing_dom_feature_extractor.cc
|
| diff --git a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc b/components/safe_browsing/renderer/phishing_dom_feature_extractor.cc
|
| similarity index 98%
|
| rename from chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc
|
| rename to components/safe_browsing/renderer/phishing_dom_feature_extractor.cc
|
| index c6cd00149d45d10d7a5f6f18b48c7fd3635e2106..d39d7316afe044987ce016db15e443d348f5e3ae 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc
|
| +++ b/components/safe_browsing/renderer/phishing_dom_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_dom_feature_extractor.h"
|
| +#include "components/safe_browsing/renderer/phishing_dom_feature_extractor.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| @@ -14,8 +14,8 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/renderer/safe_browsing/feature_extractor_clock.h"
|
| -#include "chrome/renderer/safe_browsing/features.h"
|
| +#include "components/safe_browsing/renderer/feature_extractor_clock.h"
|
| +#include "components/safe_browsing/renderer/features.h"
|
| #include "content/public/renderer/render_view.h"
|
| #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
|
|