Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: components/safe_browsing/renderer/phishing_term_feature_extractor.cc

Issue 2667343006: Componentize safe_browsing [X+1] : move the renderer part to component.
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/safe_browsing/renderer/phishing_term_feature_extractor.cc
diff --git a/chrome/renderer/safe_browsing/phishing_term_feature_extractor.cc b/components/safe_browsing/renderer/phishing_term_feature_extractor.cc
similarity index 97%
rename from chrome/renderer/safe_browsing/phishing_term_feature_extractor.cc
rename to components/safe_browsing/renderer/phishing_term_feature_extractor.cc
index 6715a590ec7638ee196830873698ca9fcb5f86c1..674396669d6e0d4cad9d3c86b11611c201135ec2 100644
--- a/chrome/renderer/safe_browsing/phishing_term_feature_extractor.cc
+++ b/components/safe_browsing/renderer/phishing_term_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_term_feature_extractor.h"
+#include "components/safe_browsing/renderer/phishing_term_feature_extractor.h"
#include <list>
#include <map>
@@ -20,9 +20,9 @@
#include "base/strings/utf_string_conversions.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 "chrome/renderer/safe_browsing/murmurhash3_util.h"
+#include "components/safe_browsing/renderer/feature_extractor_clock.h"
+#include "components/safe_browsing/renderer/features.h"
+#include "components/safe_browsing/renderer/murmurhash3_util.h"
#include "crypto/sha2.h"
namespace safe_browsing {

Powered by Google App Engine
This is Rietveld 408576698