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

Unified Diff: components/safe_browsing_db/remote_database_manager_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: Define a variable for safe_browsing_db_mobile_unittest_sources 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/remote_database_manager_unittest.cc
diff --git a/chrome/browser/safe_browsing/remote_database_manager_unittest.cc b/components/safe_browsing_db/remote_database_manager_unittest.cc
similarity index 96%
rename from chrome/browser/safe_browsing/remote_database_manager_unittest.cc
rename to components/safe_browsing_db/remote_database_manager_unittest.cc
index e58411831bd9e3f89c4f07287d4a6efb84a6c1f7..eb08a53e9b097cd2d5d8395c6eb9155b05976829 100644
--- a/chrome/browser/safe_browsing/remote_database_manager_unittest.cc
+++ b/components/safe_browsing_db/remote_database_manager_unittest.cc
@@ -7,8 +7,8 @@
#include "base/metrics/field_trial.h"
#include "base/strings/stringprintf.h"
#include "base/time/time.h"
-#include "chrome/browser/safe_browsing/remote_database_manager.h"
-#include "chrome/browser/safe_browsing/safe_browsing_api_handler.h"
+#include "components/safe_browsing_db/remote_database_manager.h"
+#include "components/safe_browsing_db/safe_browsing_api_handler.h"
#include "components/variations/variations_associated_data.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/safe_browsing_db/remote_database_manager.cc ('k') | components/safe_browsing_db/safe_browsing_api_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698