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

Unified Diff: components/safe_browsing/renderer/test_utils.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/test_utils.cc
diff --git a/chrome/renderer/safe_browsing/test_utils.cc b/components/safe_browsing/renderer/test_utils.cc
similarity index 87%
rename from chrome/renderer/safe_browsing/test_utils.cc
rename to components/safe_browsing/renderer/test_utils.cc
index b3d8f9b507414b4a824b8585ce2f06ad1efd9cbf..f6edb1716d12e83b680efaf05e6b5f8b9cdf53b5 100644
--- a/chrome/renderer/safe_browsing/test_utils.cc
+++ b/components/safe_browsing/renderer/test_utils.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/test_utils.h"
+#include "components/safe_browsing/renderer/test_utils.h"
#include <map>
#include <string>
-#include "chrome/renderer/safe_browsing/features.h"
+#include "components/safe_browsing/renderer/features.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace safe_browsing {
« no previous file with comments | « components/safe_browsing/renderer/test_utils.h ('k') | components/safe_browsing/renderer/threat_dom_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698