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

Unified Diff: components/safe_browsing_db/safe_browsing_api_handler_util.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
Index: components/safe_browsing_db/safe_browsing_api_handler_util.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_api_handler_util.h b/components/safe_browsing_db/safe_browsing_api_handler_util.h
similarity index 87%
rename from chrome/browser/safe_browsing/safe_browsing_api_handler_util.h
rename to components/safe_browsing_db/safe_browsing_api_handler_util.h
index 07ed8357b861af2bdcc26a9a766eed2a60c09c23..5733c664a51143d028e39afc25da4148522ec32d 100644
--- a/chrome/browser/safe_browsing/safe_browsing_api_handler_util.h
+++ b/components/safe_browsing_db/safe_browsing_api_handler_util.h
@@ -4,12 +4,12 @@
//
// Helper functions for SafeBrowsingApiHandlerImpl. Separated out for tests.
-#ifndef CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_UTIL_H_
-#define CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_UTIL_H_
+#ifndef COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_UTIL_H_
+#define COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_UTIL_H_
#include <string>
-#include "chrome/browser/safe_browsing/safe_browsing_util.h"
+#include "components/safe_browsing_db/util.h"
namespace safe_browsing {
@@ -55,4 +55,4 @@ UmaRemoteCallResult ParseJsonToThreatAndPB(const std::string& metadata_str,
std::string* metadata_pb_str);
} // namespace safe_browsing
-#endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_UTIL_H_
+#endif // COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698