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

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

Issue 2869383002: Unify safe_browsing* components [1]: move safe_browsing_prefs* (Closed)
Patch Set: fix compile on win Created 3 years, 7 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/components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h b/components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h
index 678437affbeaee706ae22cc2a7b8b25ac46daa9e..75bb19f428b9bc0a54639c51e6afb760c1fd3489 100644
--- a/components/safe_browsing_db/android/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 COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
-#define COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
+#ifndef COMPONENTS_SAFE_BROWSING_ANDROID_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
lpz 2017/05/11 18:17:36 should this change be made even if the file didn't
timvolodine 2017/05/12 11:31:09 ah yes, sorry, thanks for catching this, this shou
+#define COMPONENTS_SAFE_BROWSING_ANDROID_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
#include <jni.h>
@@ -45,4 +45,4 @@ class SafeBrowsingApiHandlerBridge : public SafeBrowsingApiHandler {
};
} // namespace safe_browsing
-#endif // COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_
+#endif // COMPONENTS_SAFE_BROWSING_ANDROID_SAFE_BROWSING_API_HANDLER_BRIDGE_H_

Powered by Google App Engine
This is Rietveld 408576698