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

Unified Diff: components/safe_browsing/renderer/phishing_url_feature_extractor_unittest.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_url_feature_extractor_unittest.cc
diff --git a/chrome/renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc b/components/safe_browsing/renderer/phishing_url_feature_extractor_unittest.cc
similarity index 96%
rename from chrome/renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc
rename to components/safe_browsing/renderer/phishing_url_feature_extractor_unittest.cc
index e5412a7bd4ea78f99851b23e9e2c216d2710321f..2a1f812b33389e62c17fb2c4f36c0dd105ba5656 100644
--- a/chrome/renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc
+++ b/components/safe_browsing/renderer/phishing_url_feature_extractor_unittest.cc
@@ -2,12 +2,12 @@
// 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 <string>
#include <vector>
-#include "chrome/renderer/safe_browsing/features.h"
-#include "chrome/renderer/safe_browsing/test_utils.h"
+#include "components/safe_browsing/renderer/features.h"
+#include "components/safe_browsing/renderer/test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
« no previous file with comments | « components/safe_browsing/renderer/phishing_url_feature_extractor.cc ('k') | components/safe_browsing/renderer/scorer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698