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

Unified Diff: components/safe_browsing_db/remote_database_manager.h

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
« no previous file with comments | « components/safe_browsing_db/metadata.proto ('k') | components/safe_browsing_db/remote_database_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/remote_database_manager.h
diff --git a/chrome/browser/safe_browsing/remote_database_manager.h b/components/safe_browsing_db/remote_database_manager.h
similarity index 93%
rename from chrome/browser/safe_browsing/remote_database_manager.h
rename to components/safe_browsing_db/remote_database_manager.h
index f6c4243245ab22e3fd47ad767696db1df18a988c..0234285d690d3f79a49ef69e364afb0b63af0b8a 100644
--- a/chrome/browser/safe_browsing/remote_database_manager.h
+++ b/components/safe_browsing_db/remote_database_manager.h
@@ -5,8 +5,8 @@
// Implementation of the SafeBrowsingDatabaseManager that sends URLs
// via IPC to a database that chromium doesn't manage locally.
-#ifndef CHROME_BROWSER_SAFE_BROWSING_REMOTE_DATABASE_MANAGER_H_
-#define CHROME_BROWSER_SAFE_BROWSING_REMOTE_DATABASE_MANAGER_H_
+#ifndef COMPONENTS_SAFE_BROWSING_DB_REMOTE_DATABASE_MANAGER_H_
+#define COMPONENTS_SAFE_BROWSING_DB_REMOTE_DATABASE_MANAGER_H_
#include <set>
#include <string>
@@ -77,4 +77,4 @@ class RemoteSafeBrowsingDatabaseManager : public SafeBrowsingDatabaseManager {
} // namespace safe_browsing
-#endif // CHROME_BROWSER_SAFE_BROWSING_REMOTE_DATABASE_MANAGER_H_
+#endif // COMPONENTS_SAFE_BROWSING_DB_REMOTE_DATABASE_MANAGER_H_
« no previous file with comments | « components/safe_browsing_db/metadata.proto ('k') | components/safe_browsing_db/remote_database_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698