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

Unified Diff: components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h

Issue 2622773002: Componentize SafeBrowsingApi{Bridge,Handler} (Closed)
Patch Set: Addressing vakh@'s comments 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_db/android/safe_browsing_api_handler_bridge.h
diff --git a/chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.h b/components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h
similarity index 85%
rename from chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.h
rename to components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h
index ce5f0c58b76f017ed3e80f5fba7f1cde0343dee9..678437affbeaee706ae22cc2a7b8b25ac46daa9e 100644
--- a/chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.h
+++ b/components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h
@@ -4,8 +4,8 @@
//
// Glue to pass Safe Browsing API requests between Chrome and GMSCore
-#ifndef CHROME_BROWSER_ANDROID_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
-#define CHROME_BROWSER_ANDROID_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
+#ifndef COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
+#define COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
#include <jni.h>
@@ -45,4 +45,4 @@ class SafeBrowsingApiHandlerBridge : public SafeBrowsingApiHandler {
};
} // namespace safe_browsing
-#endif // CHROME_BROWSER_ANDROID_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
+#endif // COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_

Powered by Google App Engine
This is Rietveld 408576698