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

Unified Diff: components/safe_browsing/renderer/features_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/features_unittest.cc
diff --git a/chrome/renderer/safe_browsing/features_unittest.cc b/components/safe_browsing/renderer/features_unittest.cc
similarity index 93%
rename from chrome/renderer/safe_browsing/features_unittest.cc
rename to components/safe_browsing/renderer/features_unittest.cc
index 0ba14e71f7cc92aa340434d490036eb32454e960..698057fb8bec5626c13eb7f6c21adeeeb00d7b6a 100644
--- a/chrome/renderer/safe_browsing/features_unittest.cc
+++ b/components/safe_browsing/renderer/features_unittest.cc
@@ -2,13 +2,13 @@
// 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/features.h"
+#include "components/safe_browsing/renderer/features.h"
#include <stddef.h>
#include "base/format_macros.h"
#include "base/strings/stringprintf.h"
-#include "chrome/renderer/safe_browsing/test_utils.h"
+#include "components/safe_browsing/renderer/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace safe_browsing {
« no previous file with comments | « components/safe_browsing/renderer/features.cc ('k') | components/safe_browsing/renderer/mock_feature_extractor_clock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698