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

Unified Diff: components/safe_browsing_db/safe_browsing_api_handler_unittest.cc

Issue 1579403002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a gn dep on safe_browsing_db_mobile Created 4 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_db/safe_browsing_api_handler_unittest.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_api_handler_unittest.cc b/components/safe_browsing_db/safe_browsing_api_handler_unittest.cc
similarity index 95%
rename from chrome/browser/safe_browsing/safe_browsing_api_handler_unittest.cc
rename to components/safe_browsing_db/safe_browsing_api_handler_unittest.cc
index af7d97ff41a405840c97f6a547bb50e866e38ba2..20cbe053cf09e78860689f148786ae0304cb98ec 100644
--- a/chrome/browser/safe_browsing/safe_browsing_api_handler_unittest.cc
+++ b/components/safe_browsing_db/safe_browsing_api_handler_unittest.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/safe_browsing/metadata.pb.h"
-#include "chrome/browser/safe_browsing/safe_browsing_api_handler_util.h"
-#include "chrome/browser/safe_browsing/safe_browsing_util.h"
+#include "components/safe_browsing_db/metadata.pb.h"
+#include "components/safe_browsing_db/safe_browsing_api_handler_util.h"
+#include "components/safe_browsing_db/util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace safe_browsing {

Powered by Google App Engine
This is Rietveld 408576698